Html Css Color HEX #00156D Sapphire

📋 copy color: '#00156D'

red 0 ◦ green 21 ◦ blue 109

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

Shades of Sapphire #00156D

Tints of Sapphire #00156D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 83.85%

R = 0%
G = 16.15%
B = 83.85%

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

#00156D (or 0x00156D) is known color: Sapphire. HEX triplet: 00, 15 and 6D. RGB value is (0,21,109). Sum of RGB (Red+Green+Blue) = 0+21+109=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 109 (42.97% from 255 or 83.85% from 130); Max value from RGB is 109 - color contains mainly: blue. Hex color #00156D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00156D is #FFEA92. Grayscale: #181818. Windows color (decimal): -16771731 or 7148800. OLE color: 7148800.

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

Color convert

RGB 0 21 109 -
CMYK 1 0.81 0 0.57
HSL 228.44º 1% 0.21% -
HSV(B) 228.44º 1% 0.43% -
XYZ 3.03 1.64 14.63 -
YUV 24.75 175.54 110.34 -
System Red Green Blue C M Y K H S L
Decimal 0 21 109 1 0.81 0 0.57 228.44 1 0.21
Hex 0 15 6D 64 51 0 39 E4 64 15
Octal 0 25 155 144 121 0 71 344 144 25
Binary 0 10101 1101101 1100100 1010001 0 111001 11100100 1100100 10101

Color Harmonies of #00156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00156D

Black with #00156D

Text Example


Text Example

White with #00156D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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