Html Css Color HEX #00155A Sapphire

📋 copy color: '#00155A'

red 0 ◦ green 21 ◦ blue 90

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

Shades of Sapphire #00155A

Tints of Sapphire #00155A

RGB

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

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

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

R = 0%
G = 18.92%
B = 81.08%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#00155A (or 0x00155A) is known color: Sapphire. HEX triplet: 00, 15 and 5A. RGB value is (0,21,90). Sum of RGB (Red+Green+Blue) = 0+21+90=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 90 (35.55% from 255 or 81.08% from 111); Max value from RGB is 90 - color contains mainly: blue. Hex color #00155A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00155A is #FFEAA5. Grayscale: #161616. Windows color (decimal): -16771750 or 5903616. OLE color: 5903616.

HSL color Cylindrical-coordinate representation of color #00155A: hue angle of 226º 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 #00155A is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 21 90 -
CMYK 1 0.77 0 0.65
HSL 226º 1% 0.18% -
HSV(B) 226º 1% 0.35% -
XYZ 2.11 1.27 9.81 -
YUV 22.59 166.04 111.89 -
System Red Green Blue C M Y K H S L
Decimal 0 21 90 1 0.77 0 0.65 226 1 0.18
Hex 0 15 5A 64 4D 0 41 E2 64 12
Octal 0 25 132 144 115 0 101 342 144 22
Binary 0 10101 1011010 1100100 1001101 0 1000001 11100010 1100100 10010

Color Harmonies of #00155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00155A

Black with #00155A

Text Example


Text Example

White with #00155A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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