Html Css Color HEX #0C185E Sapphire

📋 copy color: '#0C185E'

red 12 ◦ green 24 ◦ blue 94

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

Shades of Sapphire #0C185E

Tints of Sapphire #0C185E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.46%

 BLUE value IS 94 (37.11% from 255) = 72.31%

R = 9.23%
G = 18.46%
B = 72.31%

CMYK

 C value IS 0.87

 M value IS 0.74

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0C185E (or 0x0C185E) is known color: Sapphire. HEX triplet: 0C, 18 and 5E. RGB value is (12,24,94). Sum of RGB (Red+Green+Blue) = 12+24+94=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 94 (37.11% from 255 or 72.31% from 130); Max value from RGB is 94 - color contains mainly: blue. Hex color #0C185E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C185E is #F3E7A1. Grayscale: #1C1C1C. Windows color (decimal): -15984546 or 6166540. OLE color: 6166540.

HSL color Cylindrical-coordinate representation of color #0C185E: hue angle of 231.22º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C185E is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 12 24 94 -
CMYK 0.87 0.74 0 0.63
HSL 231.22º 0.77% 0.21% -
HSV(B) 231.22º 0.87% 0.37% -
XYZ 2.5 1.54 10.76 -
YUV 28.39 165.02 116.31 -
System Red Green Blue C M Y K H S L
Decimal 12 24 94 0.87 0.74 0 0.63 231.22 0.77 0.21
Hex C 18 5E 57 4A 0 3F E7 4D 15
Octal 14 30 136 127 112 0 77 347 115 25
Binary 1100 11000 1011110 1010111 1001010 0 111111 11100111 1001101 10101

Color Harmonies of #0C185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C185E

Black with #0C185E

Text Example


Text Example

White with #0C185E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,24,94); }

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

background-color css

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

 a { background-color: rgb(12,24,94); }

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

border-color css

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

 span { border-color: rgb(12,24,94); }

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