Html Css Color HEX #03145B Sapphire

📋 copy color: '#03145B'

red 3 ◦ green 20 ◦ blue 91

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

Shades of Sapphire #03145B

Tints of Sapphire #03145B

RGB

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

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

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

R = 2.63%
G = 17.54%
B = 79.82%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03145B (or 0x03145B) is known color: Sapphire. HEX triplet: 03, 14 and 5B. RGB value is (3,20,91). Sum of RGB (Red+Green+Blue) = 3+20+91=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 91 (35.94% from 255 or 79.82% from 114); Max value from RGB is 91 - color contains mainly: blue. Hex color #03145B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03145B is #FCEBA4. Grayscale: #161616. Windows color (decimal): -16575397 or 5968899. OLE color: 5968899.

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

Color convert

RGB 3 20 91 -
CMYK 0.97 0.78 0 0.64
HSL 228.41º 0.94% 0.18% -
HSV(B) 228.41º 0.97% 0.36% -
XYZ 2.18 1.28 10.03 -
YUV 23.01 166.37 113.73 -
System Red Green Blue C M Y K H S L
Decimal 3 20 91 0.97 0.78 0 0.64 228.41 0.94 0.18
Hex 3 14 5B 61 4E 0 40 E4 5E 12
Octal 3 24 133 141 116 0 100 344 136 22
Binary 11 10100 1011011 1100001 1001110 0 1000000 11100100 1011110 10010

Color Harmonies of #03145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03145B

Black with #03145B

Text Example


Text Example

White with #03145B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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