Html Css Color HEX #0C165E Sapphire

📋 copy color: '#0C165E'

red 12 ◦ green 22 ◦ blue 94

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

Shades of Sapphire #0C165E

Tints of Sapphire #0C165E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.19%

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

R = 9.38%
G = 17.19%
B = 73.44%

CMYK

 C value IS 0.87

 M value IS 0.77

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0C165E (or 0x0C165E) is known color: Sapphire. HEX triplet: 0C, 16 and 5E. RGB value is (12,22,94). Sum of RGB (Red+Green+Blue) = 12+22+94=128 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.38% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 94 (37.11% from 255 or 73.44% from 128); Max value from RGB is 94 - color contains mainly: blue. Hex color #0C165E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C165E is #F3E9A1. Grayscale: #1A1A1A. Windows color (decimal): -15985058 or 6166028. OLE color: 6166028.

HSL color Cylindrical-coordinate representation of color #0C165E: hue angle of 232.68º 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 #0C165E is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 12 22 94 -
CMYK 0.87 0.77 0 0.63
HSL 232.68º 0.77% 0.21% -
HSV(B) 232.68º 0.87% 0.37% -
XYZ 2.46 1.46 10.74 -
YUV 27.22 165.69 117.15 -
System Red Green Blue C M Y K H S L
Decimal 12 22 94 0.87 0.77 0 0.63 232.68 0.77 0.21
Hex C 16 5E 57 4D 0 3F E9 4D 15
Octal 14 26 136 127 115 0 77 351 115 25
Binary 1100 10110 1011110 1010111 1001101 0 111111 11101001 1001101 10101

Color Harmonies of #0C165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C165E

Black with #0C165E

Text Example


Text Example

White with #0C165E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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