Html Css Color HEX #03255B Sapphire

📋 copy color: '#03255B'

red 3 ◦ green 37 ◦ blue 91

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

Shades of Sapphire #03255B

Tints of Sapphire #03255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.24%

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

R = 2.29%
G = 28.24%
B = 69.47%

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

#03255B (or 0x03255B) is known color: Sapphire. HEX triplet: 03, 25 and 5B. RGB value is (3,37,91). Sum of RGB (Red+Green+Blue) = 3+37+91=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 91 (35.94% from 255 or 69.47% from 131); Max value from RGB is 91 - color contains mainly: blue. Hex color #03255B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03255B is #FCDAA4. Grayscale: #202020. Windows color (decimal): -16571045 or 5973251. OLE color: 5973251.

HSL color Cylindrical-coordinate representation of color #03255B: hue angle of 216.82º 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 #03255B is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 37 91 -
CMYK 0.97 0.59 0 0.64
HSL 216.82º 0.94% 0.18% -
HSV(B) 216.82º 0.97% 0.36% -
XYZ 2.59 2.1 10.17 -
YUV 32.99 160.74 106.61 -
System Red Green Blue C M Y K H S L
Decimal 3 37 91 0.97 0.59 0 0.64 216.82 0.94 0.18
Hex 3 25 5B 61 3B 0 40 D9 5E 12
Octal 3 45 133 141 73 0 100 331 136 22
Binary 11 100101 1011011 1100001 111011 0 1000000 11011001 1011110 10010

Color Harmonies of #03255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03255B

Black with #03255B

Text Example


Text Example

White with #03255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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