Html Css Color HEX #03267F Sapphire

📋 copy color: '#03267F'

red 3 ◦ green 38 ◦ blue 127

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

Shades of Sapphire #03267F

Tints of Sapphire #03267F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.62%

 BLUE value IS 127 (50% from 255) = 75.6%

R = 1.79%
G = 22.62%
B = 75.6%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#03267F (or 0x03267F) is known color: Sapphire. HEX triplet: 03, 26 and 7F. RGB value is (3,38,127). Sum of RGB (Red+Green+Blue) = 3+38+127=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 127 (50% from 255 or 75.60% from 168); Max value from RGB is 127 - color contains mainly: blue. Hex color #03267F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03267F is #FCD980. Grayscale: #252525. Windows color (decimal): -16570753 or 8332803. OLE color: 8332803.

HSL color Cylindrical-coordinate representation of color #03267F: hue angle of 223.06º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03267F is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 38 127 -
CMYK 0.98 0.70 0 0.50
HSL 223.06º 0.95% 0.25% -
HSV(B) 223.06º 0.98% 0.5% -
XYZ 4.56 2.94 20.41 -
YUV 37.68 178.4 103.26 -
System Red Green Blue C M Y K H S L
Decimal 3 38 127 0.98 0.70 0 0.50 223.06 0.95 0.25
Hex 3 26 7F 62 46 0 32 DF 5F 19
Octal 3 46 177 142 106 0 62 337 137 31
Binary 11 100110 1111111 1100010 1000110 0 110010 11011111 1011111 11001

Color Harmonies of #03267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03267F

Black with #03267F

Text Example


Text Example

White with #03267F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03267F; }

 p { color: rgb(3,38,127); }

 H1.HeaderClassName
 {
   color: #03267F;
 }
 .AnyTagClassName
 {
   color: #03267F;
 }
</style>

background-color css

<style>
 a { background-color: #03267F; }

 a { background-color: rgb(3,38,127); }

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

border-color css

<style>
 span { border-color: #03267F; }

 span { border-color: rgb(3,38,127); }

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