Html Css Color HEX #03265D Sapphire

📋 copy color: '#03265D'

red 3 ◦ green 38 ◦ blue 93

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

Shades of Sapphire #03265D

Tints of Sapphire #03265D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 69.4%

R = 2.24%
G = 28.36%
B = 69.4%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03265D (or 0x03265D) is known color: Sapphire. HEX triplet: 03, 26 and 5D. RGB value is (3,38,93). Sum of RGB (Red+Green+Blue) = 3+38+93=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 93 (36.72% from 255 or 69.40% from 134); Max value from RGB is 93 - color contains mainly: blue. Hex color #03265D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03265D is #FCD9A2. Grayscale: #212121. Windows color (decimal): -16570787 or 6104579. OLE color: 6104579.

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

Color convert

RGB 3 38 93 -
CMYK 0.97 0.59 0 0.64
HSL 216.67º 0.94% 0.19% -
HSV(B) 216.67º 0.97% 0.36% -
XYZ 2.71 2.2 10.64 -
YUV 33.81 161.4 106.03 -
System Red Green Blue C M Y K H S L
Decimal 3 38 93 0.97 0.59 0 0.64 216.67 0.94 0.19
Hex 3 26 5D 61 3B 0 40 D9 5E 13
Octal 3 46 135 141 73 0 100 331 136 23
Binary 11 100110 1011101 1100001 111011 0 1000000 11011001 1011110 10011

Color Harmonies of #03265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03265D

Black with #03265D

Text Example


Text Example

White with #03265D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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