Html Css Color HEX #031252 Sapphire

📋 copy color: '#031252'

red 3 ◦ green 18 ◦ blue 82

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

Shades of Sapphire #031252

Tints of Sapphire #031252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 79.61%

R = 2.91%
G = 17.48%
B = 79.61%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#031252 (or 0x031252) is known color: Sapphire. HEX triplet: 03, 12 and 52. RGB value is (3,18,82). Sum of RGB (Red+Green+Blue) = 3+18+82=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 82 (32.42% from 255 or 79.61% from 103); Max value from RGB is 82 - color contains mainly: blue. Hex color #031252 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031252 is #FCEDAD. Grayscale: #141414. Windows color (decimal): -16575918 or 5378563. OLE color: 5378563.

HSL color Cylindrical-coordinate representation of color #031252: hue angle of 228.61º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031252 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 18 82 -
CMYK 0.96 0.78 0 0.68
HSL 228.61º 0.93% 0.17% -
HSV(B) 228.61º 0.96% 0.32% -
XYZ 1.78 1.06 8.09 -
YUV 20.81 162.53 115.3 -
System Red Green Blue C M Y K H S L
Decimal 3 18 82 0.96 0.78 0 0.68 228.61 0.93 0.17
Hex 3 12 52 60 4E 0 44 E5 5D 11
Octal 3 22 122 140 116 0 104 345 135 21
Binary 11 10010 1010010 1100000 1001110 0 1000100 11100101 1011101 10001

Color Harmonies of #031252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031252

Black with #031252

Text Example


Text Example

White with #031252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031252; }

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

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

background-color css

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

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

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

border-color css

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

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

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