Html Css Color HEX #0C1F6C Sapphire

📋 copy color: '#0C1F6C'

red 12 ◦ green 31 ◦ blue 108

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

Shades of Sapphire #0C1F6C

Tints of Sapphire #0C1F6C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.53%

 BLUE value IS 108 (42.58% from 255) = 71.52%

R = 7.95%
G = 20.53%
B = 71.52%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0C1F6C (or 0x0C1F6C) is known color: Sapphire. HEX triplet: 0C, 1F and 6C. RGB value is (12,31,108). Sum of RGB (Red+Green+Blue) = 12+31+108=151 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.95% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 108 (42.58% from 255 or 71.52% from 151); Max value from RGB is 108 - color contains mainly: blue. Hex color #0C1F6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C1F6C is #F3E093. Grayscale: #212121. Windows color (decimal): -15982740 or 7085836. OLE color: 7085836.

HSL color Cylindrical-coordinate representation of color #0C1F6C: hue angle of 228.12º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C1F6C is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 12 31 108 -
CMYK 0.89 0.71 0 0.58
HSL 228.13º 0.8% 0.24% -
HSV(B) 228.13º 0.89% 0.42% -
XYZ 3.35 2.14 14.42 -
YUV 34.1 169.71 112.24 -
System Red Green Blue C M Y K H S L
Decimal 12 31 108 0.89 0.71 0 0.58 228.13 0.8 0.24
Hex C 1F 6C 59 47 0 3A E4 50 18
Octal 14 37 154 131 107 0 72 344 120 30
Binary 1100 11111 1101100 1011001 1000111 0 111010 11100100 1010000 11000

Color Harmonies of #0C1F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1F6C

Black with #0C1F6C

Text Example


Text Example

White with #0C1F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,31,108); }

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

background-color css

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

 a { background-color: rgb(12,31,108); }

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

border-color css

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

 span { border-color: rgb(12,31,108); }

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