Html Css Color HEX #03245B Sapphire

📋 copy color: '#03245B'

red 3 ◦ green 36 ◦ blue 91

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

Shades of Sapphire #03245B

Tints of Sapphire #03245B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.69%

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

R = 2.31%
G = 27.69%
B = 70%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03245B (or 0x03245B) is known color: Sapphire. HEX triplet: 03, 24 and 5B. RGB value is (3,36,91). Sum of RGB (Red+Green+Blue) = 3+36+91=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 91 (35.94% from 255 or 70% from 130); Max value from RGB is 91 - color contains mainly: blue. Hex color #03245B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03245B is #FCDBA4. Grayscale: #202020. Windows color (decimal): -16571301 or 5972995. OLE color: 5972995.

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

Color convert

RGB 3 36 91 -
CMYK 0.97 0.60 0 0.64
HSL 217.5º 0.94% 0.18% -
HSV(B) 217.5º 0.97% 0.36% -
XYZ 2.56 2.04 10.16 -
YUV 32.4 161.07 107.03 -
System Red Green Blue C M Y K H S L
Decimal 3 36 91 0.97 0.60 0 0.64 217.5 0.94 0.18
Hex 3 24 5B 61 3C 0 40 DA 5E 12
Octal 3 44 133 141 74 0 100 332 136 22
Binary 11 100100 1011011 1100001 111100 0 1000000 11011010 1011110 10010

Color Harmonies of #03245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03245B

Black with #03245B

Text Example


Text Example

White with #03245B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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