Html Css Color HEX #0C236F Sapphire

📋 copy color: '#0C236F'

red 12 ◦ green 35 ◦ blue 111

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

Shades of Sapphire #0C236F

Tints of Sapphire #0C236F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.15%

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

R = 7.59%
G = 22.15%
B = 70.25%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0C236F (or 0x0C236F) is known color: Sapphire. HEX triplet: 0C, 23 and 6F. RGB value is (12,35,111). Sum of RGB (Red+Green+Blue) = 12+35+111=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 111 (43.75% from 255 or 70.25% from 158); Max value from RGB is 111 - color contains mainly: blue. Hex color #0C236F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C236F is #F3DC90. Grayscale: #242424. Windows color (decimal): -15981713 or 7283468. OLE color: 7283468.

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

Color convert

RGB 12 35 111 -
CMYK 0.89 0.68 0 0.56
HSL 226.06º 0.8% 0.24% -
HSV(B) 226.06º 0.89% 0.44% -
XYZ 3.62 2.43 15.32 -
YUV 36.79 169.88 110.32 -
System Red Green Blue C M Y K H S L
Decimal 12 35 111 0.89 0.68 0 0.56 226.06 0.8 0.24
Hex C 23 6F 59 44 0 38 E2 50 18
Octal 14 43 157 131 104 0 70 342 120 30
Binary 1100 100011 1101111 1011001 1000100 0 111000 11100010 1010000 11000

Color Harmonies of #0C236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C236F

Black with #0C236F

Text Example


Text Example

White with #0C236F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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