Html Css Color HEX #0C1E69 Sapphire

📋 copy color: '#0C1E69'

red 12 ◦ green 30 ◦ blue 105

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

Shades of Sapphire #0C1E69

Tints of Sapphire #0C1E69

RGB

 RED value IS 12 (5.08% from 255) = 8.16%

 GREEN value IS 30 (12.11% from 255) = 20.41%

 BLUE value IS 105 (41.41% from 255) = 71.43%

R = 8.16%
G = 20.41%
B = 71.43%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0C1E69 (or 0x0C1E69) is known color: Sapphire. HEX triplet: 0C, 1E and 69. RGB value is (12,30,105). Sum of RGB (Red+Green+Blue) = 12+30+105=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 105 (41.41% from 255 or 71.43% from 147); Max value from RGB is 105 - color contains mainly: blue. Hex color #0C1E69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C1E69 is #F3E196. Grayscale: #202020. Windows color (decimal): -15982999 or 6888972. OLE color: 6888972.

HSL color Cylindrical-coordinate representation of color #0C1E69: hue angle of 228.39º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C1E69 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 12 30 105 -
CMYK 0.89 0.71 0 0.59
HSL 228.39º 0.79% 0.23% -
HSV(B) 228.39º 0.89% 0.41% -
XYZ 3.17 2.03 13.59 -
YUV 33.17 168.54 112.9 -
System Red Green Blue C M Y K H S L
Decimal 12 30 105 0.89 0.71 0 0.59 228.39 0.79 0.23
Hex C 1E 69 59 47 0 3B E4 4F 17
Octal 14 36 151 131 107 0 73 344 117 27
Binary 1100 11110 1101001 1011001 1000111 0 111011 11100100 1001111 10111

Color Harmonies of #0C1E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1E69

Black with #0C1E69

Text Example


Text Example

White with #0C1E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,30,105); }

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

background-color css

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

 a { background-color: rgb(12,30,105); }

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

border-color css

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

 span { border-color: rgb(12,30,105); }

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