Html Css Color HEX #00156E Sapphire

📋 copy color: '#00156E'

red 0 ◦ green 21 ◦ blue 110

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

Shades of Sapphire #00156E

Tints of Sapphire #00156E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 21 (8.59% from 255) = 16.03%

 BLUE value IS 110 (43.36% from 255) = 83.97%

R = 0%
G = 16.03%
B = 83.97%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00156E (or 0x00156E) is known color: Sapphire. HEX triplet: 00, 15 and 6E. RGB value is (0,21,110). Sum of RGB (Red+Green+Blue) = 0+21+110=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 110 (43.36% from 255 or 83.97% from 131); Max value from RGB is 110 - color contains mainly: blue. Hex color #00156E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00156E is #FFEA91. Grayscale: #181818. Windows color (decimal): -16771730 or 7214336. OLE color: 7214336.

HSL color Cylindrical-coordinate representation of color #00156E: hue angle of 228.55º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00156E is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 21 110 -
CMYK 1 0.81 0 0.57
HSL 228.55º 1% 0.22% -
HSV(B) 228.55º 1% 0.43% -
XYZ 3.08 1.66 14.91 -
YUV 24.87 176.04 110.26 -
System Red Green Blue C M Y K H S L
Decimal 0 21 110 1 0.81 0 0.57 228.55 1 0.22
Hex 0 15 6E 64 51 0 39 E5 64 16
Octal 0 25 156 144 121 0 71 345 144 26
Binary 0 10101 1101110 1100100 1010001 0 111001 11100101 1100100 10110

Color Harmonies of #00156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00156E

Black with #00156E

Text Example


Text Example

White with #00156E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00156E; }

 p { color: rgb(0,21,110); }

 H1.HeaderClassName
 {
   color: #00156E;
 }
 .AnyTagClassName
 {
   color: #00156E;
 }
</style>

background-color css

<style>
 a { background-color: #00156E; }

 a { background-color: rgb(0,21,110); }

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

border-color css

<style>
 span { border-color: #00156E; }

 span { border-color: rgb(0,21,110); }

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