Html Css Color HEX #0C195E Sapphire

📋 copy color: '#0C195E'

red 12 ◦ green 25 ◦ blue 94

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

Shades of Sapphire #0C195E

Tints of Sapphire #0C195E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.08%

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

R = 9.16%
G = 19.08%
B = 71.76%

CMYK

 C value IS 0.87

 M value IS 0.73

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0C195E (or 0x0C195E) is known color: Sapphire. HEX triplet: 0C, 19 and 5E. RGB value is (12,25,94). Sum of RGB (Red+Green+Blue) = 12+25+94=131 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.16% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 94 (37.11% from 255 or 71.76% from 131); Max value from RGB is 94 - color contains mainly: blue. Hex color #0C195E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C195E is #F3E6A1. Grayscale: #1C1C1C. Windows color (decimal): -15984290 or 6166796. OLE color: 6166796.

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

Color convert

RGB 12 25 94 -
CMYK 0.87 0.73 0 0.63
HSL 230.49º 0.77% 0.21% -
HSV(B) 230.49º 0.87% 0.37% -
XYZ 2.52 1.58 10.76 -
YUV 28.98 164.69 115.89 -
System Red Green Blue C M Y K H S L
Decimal 12 25 94 0.87 0.73 0 0.63 230.49 0.77 0.21
Hex C 19 5E 57 49 0 3F E6 4D 15
Octal 14 31 136 127 111 0 77 346 115 25
Binary 1100 11001 1011110 1010111 1001001 0 111111 11100110 1001101 10101

Color Harmonies of #0C195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C195E

Black with #0C195E

Text Example


Text Example

White with #0C195E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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