Html Css Color HEX #03267D Sapphire

📋 copy color: '#03267D'

red 3 ◦ green 38 ◦ blue 125

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

Shades of Sapphire #03267D

Tints of Sapphire #03267D

RGB

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

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

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

R = 1.81%
G = 22.89%
B = 75.3%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03267D (or 0x03267D) is known color: Sapphire. HEX triplet: 03, 26 and 7D. RGB value is (3,38,125). Sum of RGB (Red+Green+Blue) = 3+38+125=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 125 (49.22% from 255 or 75.30% from 166); Max value from RGB is 125 - color contains mainly: blue. Hex color #03267D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03267D is #FCD982. Grayscale: #252525. Windows color (decimal): -16570755 or 8201731. OLE color: 8201731.

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

Color convert

RGB 3 38 125 -
CMYK 0.98 0.70 0 0.51
HSL 222.79º 0.95% 0.25% -
HSV(B) 222.79º 0.98% 0.49% -
XYZ 4.43 2.89 19.73 -
YUV 37.45 177.4 103.43 -
System Red Green Blue C M Y K H S L
Decimal 3 38 125 0.98 0.70 0 0.51 222.79 0.95 0.25
Hex 3 26 7D 62 46 0 33 DF 5F 19
Octal 3 46 175 142 106 0 63 337 137 31
Binary 11 100110 1111101 1100010 1000110 0 110011 11011111 1011111 11001

Color Harmonies of #03267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03267D

Black with #03267D

Text Example


Text Example

White with #03267D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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