Html Css Color HEX #03265B Sapphire

📋 copy color: '#03265B'

red 3 ◦ green 38 ◦ blue 91

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

Shades of Sapphire #03265B

Tints of Sapphire #03265B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 68.94%

R = 2.27%
G = 28.79%
B = 68.94%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03265B (or 0x03265B) is known color: Sapphire. HEX triplet: 03, 26 and 5B. RGB value is (3,38,91). Sum of RGB (Red+Green+Blue) = 3+38+91=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 91 (35.94% from 255 or 68.94% from 132); Max value from RGB is 91 - color contains mainly: blue. Hex color #03265B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03265B is #FCD9A4. Grayscale: #212121. Windows color (decimal): -16570789 or 5973507. OLE color: 5973507.

HSL color Cylindrical-coordinate representation of color #03265B: hue angle of 216.14º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03265B is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 38 91 -
CMYK 0.97 0.58 0 0.64
HSL 216.14º 0.94% 0.18% -
HSV(B) 216.14º 0.97% 0.36% -
XYZ 2.62 2.16 10.18 -
YUV 33.58 160.4 106.19 -
System Red Green Blue C M Y K H S L
Decimal 3 38 91 0.97 0.58 0 0.64 216.14 0.94 0.18
Hex 3 26 5B 61 3A 0 40 D8 5E 12
Octal 3 46 133 141 72 0 100 330 136 22
Binary 11 100110 1011011 1100001 111010 0 1000000 11011000 1011110 10010

Color Harmonies of #03265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03265B

Black with #03265B

Text Example


Text Example

White with #03265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03265B; }

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

 H1.HeaderClassName
 {
   color: #03265B;
 }
 .AnyTagClassName
 {
   color: #03265B;
 }
</style>

background-color css

<style>
 a { background-color: #03265B; }

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

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

border-color css

<style>
 span { border-color: #03265B; }

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

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