Html Css Color HEX #0C1F69 Sapphire

📋 copy color: '#0C1F69'

red 12 ◦ green 31 ◦ blue 105

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

Shades of Sapphire #0C1F69

Tints of Sapphire #0C1F69

RGB

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

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

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

R = 8.11%
G = 20.95%
B = 70.95%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0C1F69 (or 0x0C1F69) is known color: Sapphire. HEX triplet: 0C, 1F and 69. RGB value is (12,31,105). Sum of RGB (Red+Green+Blue) = 12+31+105=148 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.11% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 105 (41.41% from 255 or 70.95% from 148); Max value from RGB is 105 - color contains mainly: blue. Hex color #0C1F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C1F69 is #F3E096. Grayscale: #212121. Windows color (decimal): -15982743 or 6889228. OLE color: 6889228.

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

Color convert

RGB 12 31 105 -
CMYK 0.89 0.70 0 0.59
HSL 227.74º 0.79% 0.23% -
HSV(B) 227.74º 0.89% 0.41% -
XYZ 3.19 2.08 13.6 -
YUV 33.76 168.21 112.48 -
System Red Green Blue C M Y K H S L
Decimal 12 31 105 0.89 0.70 0 0.59 227.74 0.79 0.23
Hex C 1F 69 59 46 0 3B E4 4F 17
Octal 14 37 151 131 106 0 73 344 117 27
Binary 1100 11111 1101001 1011001 1000110 0 111011 11100100 1001111 10111

Color Harmonies of #0C1F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1F69

Black with #0C1F69

Text Example


Text Example

White with #0C1F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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