Html Css Color HEX #03155A Sapphire

📋 copy color: '#03155A'

red 3 ◦ green 21 ◦ blue 90

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

Shades of Sapphire #03155A

Tints of Sapphire #03155A

RGB

 RED value IS 3 (1.56% from 255) = 2.63%

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

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

R = 2.63%
G = 18.42%
B = 78.95%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#03155A (or 0x03155A) is known color: Sapphire. HEX triplet: 03, 15 and 5A. RGB value is (3,21,90). Sum of RGB (Red+Green+Blue) = 3+21+90=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 90 (35.55% from 255 or 78.95% from 114); Max value from RGB is 90 - color contains mainly: blue. Hex color #03155A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03155A is #FCEAA5. Grayscale: #171717. Windows color (decimal): -16575142 or 5903619. OLE color: 5903619.

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

Color convert

RGB 3 21 90 -
CMYK 0.97 0.77 0 0.65
HSL 227.59º 0.94% 0.18% -
HSV(B) 227.59º 0.97% 0.35% -
XYZ 2.15 1.29 9.81 -
YUV 23.48 165.54 113.39 -
System Red Green Blue C M Y K H S L
Decimal 3 21 90 0.97 0.77 0 0.65 227.59 0.94 0.18
Hex 3 15 5A 61 4D 0 41 E4 5E 12
Octal 3 25 132 141 115 0 101 344 136 22
Binary 11 10101 1011010 1100001 1001101 0 1000001 11100100 1011110 10010

Color Harmonies of #03155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03155A

Black with #03155A

Text Example


Text Example

White with #03155A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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