#00136E

Color #00136E Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #00136E

Tints of Sapphire #00136E

Color information

#00136E (or 0x00136E) is unknown color: approx Sapphire. HEX triplet: 00, 13 and 6E. RGB value is (0,19,110). Sum of RGB (Red+Green+Blue) = 0+19+110=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 110 (43.36% from 255 or 85.27% from 129); Max value from RGB is 110 - color contains mainly: blue. Hex color #00136E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00136E is #FFEC91. Grayscale: #171717. Windows color (decimal): -16772242 or 7213824. OLE color: 7213824.

HSL color Cylindrical-coordinate representation of color #00136E: hue angle of 229.64º 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 #00136E is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB019110-
CMYK10.8300.57
HSL229.64º100%21.57%-
HSV(B)229.64º100%43.14%-
XYZ3.051.5914.9-
YUV23.69176.71111.1-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 19 (7.81% from 255) = 14.73%
BLUE value IS 110 (43.36% from 255) = 85.27%
R=0%
G=14.73%
B=85.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal01911010.8300.57229.6410021.57
Hex0136E6453039e66416
Octal02315614412307134614426
Binary010011110111011001001010011011100111100110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00136E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00136E;
 }
 .AnyTagClassName
 {
   color: #00136E;
 }
</style>
background-color css

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

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

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

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

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

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