Html Css Color HEX #0C296B Sapphire

📋 copy color: '#0C296B'

red 12 ◦ green 41 ◦ blue 107

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

Shades of Sapphire #0C296B

Tints of Sapphire #0C296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 66.88%

R = 7.5%
G = 25.63%
B = 66.88%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0C296B (or 0x0C296B) is known color: Sapphire. HEX triplet: 0C, 29 and 6B. RGB value is (12,41,107). Sum of RGB (Red+Green+Blue) = 12+41+107=160 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.5% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 107 (42.19% from 255 or 66.88% from 160); Max value from RGB is 107 - color contains mainly: blue. Hex color #0C296B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C296B is #F3D694. Grayscale: #272727. Windows color (decimal): -15980181 or 7022860. OLE color: 7022860.

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

Color convert

RGB 12 41 107 -
CMYK 0.89 0.62 0 0.58
HSL 221.68º 0.8% 0.23% -
HSV(B) 221.68º 0.89% 0.42% -
XYZ 3.6 2.73 14.25 -
YUV 39.85 165.89 108.13 -
System Red Green Blue C M Y K H S L
Decimal 12 41 107 0.89 0.62 0 0.58 221.68 0.8 0.23
Hex C 29 6B 59 3E 0 3A DE 50 17
Octal 14 51 153 131 76 0 72 336 120 27
Binary 1100 101001 1101011 1011001 111110 0 111010 11011110 1010000 10111

Color Harmonies of #0C296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C296B

Black with #0C296B

Text Example


Text Example

White with #0C296B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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