Html Css Color HEX #0C1C69 Sapphire

📋 copy color: '#0C1C69'

red 12 ◦ green 28 ◦ blue 105

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

Shades of Sapphire #0C1C69

Tints of Sapphire #0C1C69

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.31%

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

R = 8.28%
G = 19.31%
B = 72.41%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0C1C69 (or 0x0C1C69) is known color: Sapphire. HEX triplet: 0C, 1C and 69. RGB value is (12,28,105). Sum of RGB (Red+Green+Blue) = 12+28+105=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 105 (41.41% from 255 or 72.41% from 145); Max value from RGB is 105 - color contains mainly: blue. Hex color #0C1C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C1C69 is #F3E396. Grayscale: #1F1F1F. Windows color (decimal): -15983511 or 6888460. OLE color: 6888460.

HSL color Cylindrical-coordinate representation of color #0C1C69: hue angle of 229.68º 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 #0C1C69 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 12 28 105 -
CMYK 0.89 0.73 0 0.59
HSL 229.68º 0.79% 0.23% -
HSV(B) 229.68º 0.89% 0.41% -
XYZ 3.12 1.93 13.57 -
YUV 31.99 169.2 113.74 -
System Red Green Blue C M Y K H S L
Decimal 12 28 105 0.89 0.73 0 0.59 229.68 0.79 0.23
Hex C 1C 69 59 49 0 3B E6 4F 17
Octal 14 34 151 131 111 0 73 346 117 27
Binary 1100 11100 1101001 1011001 1001001 0 111011 11100110 1001111 10111

Color Harmonies of #0C1C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1C69

Black with #0C1C69

Text Example


Text Example

White with #0C1C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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