Html Css Color HEX #03287D Sapphire

📋 copy color: '#03287D'

red 3 ◦ green 40 ◦ blue 125

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

Shades of Sapphire #03287D

Tints of Sapphire #03287D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.81%

 BLUE value IS 125 (49.22% from 255) = 74.4%

R = 1.79%
G = 23.81%
B = 74.4%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03287D (or 0x03287D) is known color: Sapphire. HEX triplet: 03, 28 and 7D. RGB value is (3,40,125). Sum of RGB (Red+Green+Blue) = 3+40+125=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 125 (49.22% from 255 or 74.40% from 168); Max value from RGB is 125 - color contains mainly: blue. Hex color #03287D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03287D is #FCD782. Grayscale: #262626. Windows color (decimal): -16570243 or 8202243. OLE color: 8202243.

HSL color Cylindrical-coordinate representation of color #03287D: hue angle of 221.8º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03287D is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 40 125 -
CMYK 0.98 0.68 0 0.51
HSL 221.8º 0.95% 0.25% -
HSV(B) 221.8º 0.98% 0.49% -
XYZ 4.5 3.02 19.75 -
YUV 38.63 176.74 102.59 -
System Red Green Blue C M Y K H S L
Decimal 3 40 125 0.98 0.68 0 0.51 221.8 0.95 0.25
Hex 3 28 7D 62 44 0 33 DE 5F 19
Octal 3 50 175 142 104 0 63 336 137 31
Binary 11 101000 1111101 1100010 1000100 0 110011 11011110 1011111 11001

Color Harmonies of #03287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03287D

Black with #03287D

Text Example


Text Example

White with #03287D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,40,125); }

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

background-color css

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

 a { background-color: rgb(3,40,125); }

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

border-color css

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

 span { border-color: rgb(3,40,125); }

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