Html Css Color HEX #03255F Sapphire

📋 copy color: '#03255F'

red 3 ◦ green 37 ◦ blue 95

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

Shades of Sapphire #03255F

Tints of Sapphire #03255F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 70.37%

R = 2.22%
G = 27.41%
B = 70.37%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#03255F (or 0x03255F) is known color: Sapphire. HEX triplet: 03, 25 and 5F. RGB value is (3,37,95). Sum of RGB (Red+Green+Blue) = 3+37+95=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 95 (37.5% from 255 or 70.37% from 135); Max value from RGB is 95 - color contains mainly: blue. Hex color #03255F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03255F is #FCDAA0. Grayscale: #212121. Windows color (decimal): -16571041 or 6235395. OLE color: 6235395.

HSL color Cylindrical-coordinate representation of color #03255F: hue angle of 217.83º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03255F is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 3 37 95 -
CMYK 0.97 0.61 0 0.63
HSL 217.83º 0.94% 0.19% -
HSV(B) 217.83º 0.97% 0.37% -
XYZ 2.76 2.17 11.1 -
YUV 33.45 162.74 106.28 -
System Red Green Blue C M Y K H S L
Decimal 3 37 95 0.97 0.61 0 0.63 217.83 0.94 0.19
Hex 3 25 5F 61 3D 0 3F DA 5E 13
Octal 3 45 137 141 75 0 77 332 136 23
Binary 11 100101 1011111 1100001 111101 0 111111 11011010 1011110 10011

Color Harmonies of #03255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03255F

Black with #03255F

Text Example


Text Example

White with #03255F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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