Html Css Color HEX #03277D Sapphire

📋 copy color: '#03277D'

red 3 ◦ green 39 ◦ blue 125

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

Shades of Sapphire #03277D

Tints of Sapphire #03277D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.35%

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

R = 1.8%
G = 23.35%
B = 74.85%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03277D (or 0x03277D) is known color: Sapphire. HEX triplet: 03, 27 and 7D. RGB value is (3,39,125). Sum of RGB (Red+Green+Blue) = 3+39+125=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 125 (49.22% from 255 or 74.85% from 167); Max value from RGB is 125 - color contains mainly: blue. Hex color #03277D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03277D is #FCD882. Grayscale: #252525. Windows color (decimal): -16570499 or 8201987. OLE color: 8201987.

HSL color Cylindrical-coordinate representation of color #03277D: hue angle of 222.3º 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 #03277D is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 39 125 -
CMYK 0.98 0.69 0 0.51
HSL 222.3º 0.95% 0.25% -
HSV(B) 222.3º 0.98% 0.49% -
XYZ 4.46 2.95 19.74 -
YUV 38.04 177.07 103.01 -
System Red Green Blue C M Y K H S L
Decimal 3 39 125 0.98 0.69 0 0.51 222.3 0.95 0.25
Hex 3 27 7D 62 45 0 33 DE 5F 19
Octal 3 47 175 142 105 0 63 336 137 31
Binary 11 100111 1111101 1100010 1000101 0 110011 11011110 1011111 11001

Color Harmonies of #03277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03277D

Black with #03277D

Text Example


Text Example

White with #03277D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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