Html Css Color HEX #00135D Sapphire

📋 copy color: '#00135D'

red 0 ◦ green 19 ◦ blue 93

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

Shades of Sapphire #00135D

Tints of Sapphire #00135D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.96%

 BLUE value IS 93 (36.72% from 255) = 83.04%

R = 0%
G = 16.96%
B = 83.04%

CMYK

 C value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00135D (or 0x00135D) is known color: Sapphire. HEX triplet: 00, 13 and 5D. RGB value is (0,19,93). Sum of RGB (Red+Green+Blue) = 0+19+93=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 93 (36.72% from 255 or 83.04% from 112); Max value from RGB is 93 - color contains mainly: blue. Hex color #00135D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00135D is #FFECA2. Grayscale: #151515. Windows color (decimal): -16772259 or 6099712. OLE color: 6099712.

HSL color Cylindrical-coordinate representation of color #00135D: hue angle of 227.74º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00135D is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 19 93 -
CMYK 1 0.80 0 0.64
HSL 227.74º 1% 0.18% -
HSV(B) 227.74º 1% 0.36% -
XYZ 2.21 1.26 10.48 -
YUV 21.76 168.21 112.48 -
System Red Green Blue C M Y K H S L
Decimal 0 19 93 1 0.80 0 0.64 227.74 1 0.18
Hex 0 13 5D 64 50 0 40 E4 64 12
Octal 0 23 135 144 120 0 100 344 144 22
Binary 0 10011 1011101 1100100 1010000 0 1000000 11100100 1100100 10010

Color Harmonies of #00135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00135D

Black with #00135D

Text Example


Text Example

White with #00135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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