Html Css Color HEX #03144D Sapphire

📋 copy color: '#03144D'

red 3 ◦ green 20 ◦ blue 77

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

Shades of Sapphire #03144D

Tints of Sapphire #03144D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 77%

R = 3%
G = 20%
B = 77%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03144D (or 0x03144D) is known color: Sapphire. HEX triplet: 03, 14 and 4D. RGB value is (3,20,77). Sum of RGB (Red+Green+Blue) = 3+20+77=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 77 (30.47% from 255 or 77% from 100); Max value from RGB is 77 - color contains mainly: blue. Hex color #03144D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03144D is #FCEBB2. Grayscale: #151515. Windows color (decimal): -16575411 or 5051395. OLE color: 5051395.

HSL color Cylindrical-coordinate representation of color #03144D: hue angle of 226.22º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03144D is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 20 77 -
CMYK 0.96 0.74 0 0.70
HSL 226.22º 0.93% 0.16% -
HSV(B) 226.22º 0.96% 0.3% -
XYZ 1.63 1.06 7.14 -
YUV 21.42 159.37 114.87 -
System Red Green Blue C M Y K H S L
Decimal 3 20 77 0.96 0.74 0 0.70 226.22 0.93 0.16
Hex 3 14 4D 60 4A 0 46 E2 5C 10
Octal 3 24 115 140 112 0 106 342 134 20
Binary 11 10100 1001101 1100000 1001010 0 1000110 11100010 1011100 10000

Color Harmonies of #03144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03144D

Black with #03144D

Text Example


Text Example

White with #03144D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03144D; }

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

 H1.HeaderClassName
 {
   color: #03144D;
 }
 .AnyTagClassName
 {
   color: #03144D;
 }
</style>

background-color css

<style>
 a { background-color: #03144D; }

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

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

border-color css

<style>
 span { border-color: #03144D; }

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

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