Html Css Color HEX #03144E Sapphire

📋 copy color: '#03144E'

red 3 ◦ green 20 ◦ blue 78

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

Shades of Sapphire #03144E

Tints of Sapphire #03144E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 77.23%

R = 2.97%
G = 19.8%
B = 77.23%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#03144E (or 0x03144E) is known color: Sapphire. HEX triplet: 03, 14 and 4E. RGB value is (3,20,78). Sum of RGB (Red+Green+Blue) = 3+20+78=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 78 (30.86% from 255 or 77.23% from 101); Max value from RGB is 78 - color contains mainly: blue. Hex color #03144E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03144E is #FCEBB1. Grayscale: #151515. Windows color (decimal): -16575410 or 5116931. OLE color: 5116931.

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

Color convert

RGB 3 20 78 -
CMYK 0.96 0.74 0 0.69
HSL 226.4º 0.93% 0.16% -
HSV(B) 226.4º 0.96% 0.31% -
XYZ 1.66 1.07 7.33 -
YUV 21.53 159.87 114.78 -
System Red Green Blue C M Y K H S L
Decimal 3 20 78 0.96 0.74 0 0.69 226.4 0.93 0.16
Hex 3 14 4E 60 4A 0 45 E2 5D 10
Octal 3 24 116 140 112 0 105 342 135 20
Binary 11 10100 1001110 1100000 1001010 0 1000101 11100010 1011101 10000

Color Harmonies of #03144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03144E

Black with #03144E

Text Example


Text Example

White with #03144E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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