Html Css Color HEX #0C296F Sapphire

📋 copy color: '#0C296F'

red 12 ◦ green 41 ◦ blue 111

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

Shades of Sapphire #0C296F

Tints of Sapphire #0C296F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25%

 BLUE value IS 111 (43.75% from 255) = 67.68%

R = 7.32%
G = 25%
B = 67.68%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0C296F (or 0x0C296F) is known color: Sapphire. HEX triplet: 0C, 29 and 6F. RGB value is (12,41,111). Sum of RGB (Red+Green+Blue) = 12+41+111=164 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.32% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 111 (43.75% from 255 or 67.68% from 164); Max value from RGB is 111 - color contains mainly: blue. Hex color #0C296F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C296F is #F3D690. Grayscale: #282828. Windows color (decimal): -15980177 or 7285004. OLE color: 7285004.

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

Color convert

RGB 12 41 111 -
CMYK 0.89 0.63 0 0.56
HSL 222.42º 0.8% 0.24% -
HSV(B) 222.42º 0.89% 0.44% -
XYZ 3.81 2.81 15.38 -
YUV 40.31 167.89 107.81 -
System Red Green Blue C M Y K H S L
Decimal 12 41 111 0.89 0.63 0 0.56 222.42 0.8 0.24
Hex C 29 6F 59 3F 0 38 DE 50 18
Octal 14 51 157 131 77 0 70 336 120 30
Binary 1100 101001 1101111 1011001 111111 0 111000 11011110 1010000 11000

Color Harmonies of #0C296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C296F

Black with #0C296F

Text Example


Text Example

White with #0C296F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,41,111); }

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

background-color css

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

 a { background-color: rgb(12,41,111); }

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

border-color css

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

 span { border-color: rgb(12,41,111); }

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