Html Css Color HEX #0E3CCC Persian Blue

📋 copy color: '#0E3CCC'

red 14 ◦ green 60 ◦ blue 204

#0E3CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #0E3CCC

Tints of Persian Blue #0E3CCC

RGB

 RED value IS 14 (5.86% from 255) = 5.04%

 GREEN value IS 60 (23.83% from 255) = 21.58%

 BLUE value IS 204 (80.08% from 255) = 73.38%

R = 5.04%
G = 21.58%
B = 73.38%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0E3CCC (or 0x0E3CCC) is known color: Persian Blue. HEX triplet: 0E, 3C and CC. RGB value is (14,60,204). Sum of RGB (Red+Green+Blue) = 14+60+204=278 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.04% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 204 (80.08% from 255 or 73.38% from 278); Max value from RGB is 204 - color contains mainly: blue. Hex color #0E3CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E3CCC is #F1C333. Grayscale: #3E3E3E. Windows color (decimal): -15844148 or 13384718. OLE color: 13384718.

HSL color Cylindrical-coordinate representation of color #0E3CCC: hue angle of 225.47º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E3CCC is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 14 60 204 -
CMYK 0.93 0.71 0 0.2
HSL 225.47º 0.87% 0.43% -
HSV(B) 225.47º 0.93% 0.8% -
XYZ 12.7 7.68 57.94 -
YUV 62.66 207.76 93.29 -
System Red Green Blue C M Y K H S L
Decimal 14 60 204 0.93 0.71 0 0.2 225.47 0.87 0.43
Hex E 3C CC 5D 47 0 14 E1 57 2B
Octal 16 74 314 135 107 0 24 341 127 53
Binary 1110 111100 11001100 1011101 1000111 0 10100 11100001 1010111 101011

Color Harmonies of #0E3CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3CCC

Black with #0E3CCC

Text Example


Text Example

White with #0E3CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E3CCC; }

 p { color: rgb(14,60,204); }

 H1.HeaderClassName
 {
   color: #0E3CCC;
 }
 .AnyTagClassName
 {
   color: #0E3CCC;
 }
</style>

background-color css

<style>
 a { background-color: #0E3CCC; }

 a { background-color: rgb(14,60,204); }

 div.DivClassName
 {
   background-color: #0E3CCC;
 }
 .BgClassName
 {
   background-color: #0E3CCC;
 }
</style>

border-color css

<style>
 span { border-color: #0E3CCC; }

 span { border-color: rgb(14,60,204); }

 td.TdClassName
 {
   border-color: #0E3CCC;
 }
 .TagClassName
 {
   border-color: #0E3CCC;
 }
</style>