Html Css Color HEX #031248 Sapphire

📋 copy color: '#031248'

red 3 ◦ green 18 ◦ blue 72

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

Shades of Sapphire #031248

Tints of Sapphire #031248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.35%

 BLUE value IS 72 (28.52% from 255) = 77.42%

R = 3.23%
G = 19.35%
B = 77.42%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#031248 (or 0x031248) is known color: Sapphire. HEX triplet: 03, 12 and 48. RGB value is (3,18,72). Sum of RGB (Red+Green+Blue) = 3+18+72=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 72 (28.52% from 255 or 77.42% from 93); Max value from RGB is 72 - color contains mainly: blue. Hex color #031248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031248 is #FCEDB7. Grayscale: #131313. Windows color (decimal): -16575928 or 4723203. OLE color: 4723203.

HSL color Cylindrical-coordinate representation of color #031248: hue angle of 226.96º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031248 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 18 72 -
CMYK 0.96 0.75 0 0.72
HSL 226.96º 0.92% 0.15% -
HSV(B) 226.96º 0.96% 0.28% -
XYZ 1.42 0.92 6.23 -
YUV 19.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 3 18 72 0.96 0.75 0 0.72 226.96 0.92 0.15
Hex 3 12 48 60 4B 0 48 E3 5C F
Octal 3 22 110 140 113 0 110 343 134 17
Binary 11 10010 1001000 1100000 1001011 0 1001000 11100011 1011100 1111

Color Harmonies of #031248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031248

Black with #031248

Text Example


Text Example

White with #031248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031248; }

 p { color: rgb(3,18,72); }

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

background-color css

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

 a { background-color: rgb(3,18,72); }

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

border-color css

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

 span { border-color: rgb(3,18,72); }

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