Html Css Color HEX #03254F Sapphire

📋 copy color: '#03254F'

red 3 ◦ green 37 ◦ blue 79

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

Shades of Sapphire #03254F

Tints of Sapphire #03254F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 66.39%

R = 2.52%
G = 31.09%
B = 66.39%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#03254F (or 0x03254F) is known color: Sapphire. HEX triplet: 03, 25 and 4F. RGB value is (3,37,79). Sum of RGB (Red+Green+Blue) = 3+37+79=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 79 (31.25% from 255 or 66.39% from 119); Max value from RGB is 79 - color contains mainly: blue. Hex color #03254F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03254F is #FCDAB0. Grayscale: #1F1F1F. Windows color (decimal): -16571057 or 5186819. OLE color: 5186819.

HSL color Cylindrical-coordinate representation of color #03254F: hue angle of 213.16º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03254F is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 37 79 -
CMYK 0.96 0.53 0 0.69
HSL 213.16º 0.93% 0.16% -
HSV(B) 213.16º 0.96% 0.31% -
XYZ 2.11 1.91 7.65 -
YUV 31.62 154.74 107.58 -
System Red Green Blue C M Y K H S L
Decimal 3 37 79 0.96 0.53 0 0.69 213.16 0.93 0.16
Hex 3 25 4F 60 35 0 45 D5 5D 10
Octal 3 45 117 140 65 0 105 325 135 20
Binary 11 100101 1001111 1100000 110101 0 1000101 11010101 1011101 10000

Color Harmonies of #03254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03254F

Black with #03254F

Text Example


Text Example

White with #03254F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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