Html Css Color HEX #03135B Sapphire

📋 copy color: '#03135B'

red 3 ◦ green 19 ◦ blue 91

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

Shades of Sapphire #03135B

Tints of Sapphire #03135B

RGB

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

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

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

R = 2.65%
G = 16.81%
B = 80.53%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03135B (or 0x03135B) is known color: Sapphire. HEX triplet: 03, 13 and 5B. RGB value is (3,19,91). Sum of RGB (Red+Green+Blue) = 3+19+91=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 91 (35.94% from 255 or 80.53% from 113); Max value from RGB is 91 - color contains mainly: blue. Hex color #03135B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03135B is #FCECA4. Grayscale: #161616. Windows color (decimal): -16575653 or 5968643. OLE color: 5968643.

HSL color Cylindrical-coordinate representation of color #03135B: hue angle of 229.09º 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 #03135B is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 19 91 -
CMYK 0.97 0.79 0 0.64
HSL 229.09º 0.94% 0.18% -
HSV(B) 229.09º 0.97% 0.36% -
XYZ 2.16 1.24 10.02 -
YUV 22.42 166.7 114.15 -
System Red Green Blue C M Y K H S L
Decimal 3 19 91 0.97 0.79 0 0.64 229.09 0.94 0.18
Hex 3 13 5B 61 4F 0 40 E5 5E 12
Octal 3 23 133 141 117 0 100 345 136 22
Binary 11 10011 1011011 1100001 1001111 0 1000000 11100101 1011110 10010

Color Harmonies of #03135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03135B

Black with #03135B

Text Example


Text Example

White with #03135B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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