Html Css Color HEX #00145A Sapphire

📋 copy color: '#00145A'

red 0 ◦ green 20 ◦ blue 90

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

Shades of Sapphire #00145A

Tints of Sapphire #00145A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.18%

 BLUE value IS 90 (35.55% from 255) = 81.82%

R = 0%
G = 18.18%
B = 81.82%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#00145A (or 0x00145A) is known color: Sapphire. HEX triplet: 00, 14 and 5A. RGB value is (0,20,90). Sum of RGB (Red+Green+Blue) = 0+20+90=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 90 (35.55% from 255 or 81.82% from 110); Max value from RGB is 90 - color contains mainly: blue. Hex color #00145A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00145A is #FFEBA5. Grayscale: #151515. Windows color (decimal): -16772006 or 5903360. OLE color: 5903360.

HSL color Cylindrical-coordinate representation of color #00145A: hue angle of 226.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00145A is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 20 90 -
CMYK 1 0.78 0 0.65
HSL 226.67º 1% 0.18% -
HSV(B) 226.67º 1% 0.35% -
XYZ 2.1 1.24 9.8 -
YUV 22 166.37 112.31 -
System Red Green Blue C M Y K H S L
Decimal 0 20 90 1 0.78 0 0.65 226.67 1 0.18
Hex 0 14 5A 64 4E 0 41 E3 64 12
Octal 0 24 132 144 116 0 101 343 144 22
Binary 0 10100 1011010 1100100 1001110 0 1000001 11100011 1100100 10010

Color Harmonies of #00145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00145A

Black with #00145A

Text Example


Text Example

White with #00145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00145A; }

 p { color: rgb(0,20,90); }

 H1.HeaderClassName
 {
   color: #00145A;
 }
 .AnyTagClassName
 {
   color: #00145A;
 }
</style>

background-color css

<style>
 a { background-color: #00145A; }

 a { background-color: rgb(0,20,90); }

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

border-color css

<style>
 span { border-color: #00145A; }

 span { border-color: rgb(0,20,90); }

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