Html Css Color HEX #03155B Sapphire

📋 copy color: '#03155B'

red 3 ◦ green 21 ◦ blue 91

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

Shades of Sapphire #03155B

Tints of Sapphire #03155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 79.13%

R = 2.61%
G = 18.26%
B = 79.13%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03155B (or 0x03155B) is known color: Sapphire. HEX triplet: 03, 15 and 5B. RGB value is (3,21,91). Sum of RGB (Red+Green+Blue) = 3+21+91=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 91 (35.94% from 255 or 79.13% from 115); Max value from RGB is 91 - color contains mainly: blue. Hex color #03155B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03155B is #FCEAA4. Grayscale: #171717. Windows color (decimal): -16575141 or 5969155. OLE color: 5969155.

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

Color convert

RGB 3 21 91 -
CMYK 0.97 0.77 0 0.64
HSL 227.73º 0.94% 0.18% -
HSV(B) 227.73º 0.97% 0.36% -
XYZ 2.19 1.31 10.03 -
YUV 23.6 166.04 113.31 -
System Red Green Blue C M Y K H S L
Decimal 3 21 91 0.97 0.77 0 0.64 227.73 0.94 0.18
Hex 3 15 5B 61 4D 0 40 E4 5E 12
Octal 3 25 133 141 115 0 100 344 136 22
Binary 11 10101 1011011 1100001 1001101 0 1000000 11100100 1011110 10010

Color Harmonies of #03155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03155B

Black with #03155B

Text Example


Text Example

White with #03155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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