Html Css Color HEX #031852 Sapphire

📋 copy color: '#031852'

red 3 ◦ green 24 ◦ blue 82

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

Shades of Sapphire #031852

Tints of Sapphire #031852

RGB

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

 GREEN value IS 24 (9.77% from 255) = 22.02%

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

R = 2.75%
G = 22.02%
B = 75.23%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#031852 (or 0x031852) is known color: Sapphire. HEX triplet: 03, 18 and 52. RGB value is (3,24,82). Sum of RGB (Red+Green+Blue) = 3+24+82=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 82 (32.42% from 255 or 75.23% from 109); Max value from RGB is 82 - color contains mainly: blue. Hex color #031852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031852 is #FCE7AD. Grayscale: #181818. Windows color (decimal): -16574382 or 5380099. OLE color: 5380099.

HSL color Cylindrical-coordinate representation of color #031852: hue angle of 224.05º 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 #031852 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 24 82 -
CMYK 0.96 0.71 0 0.68
HSL 224.05º 0.93% 0.17% -
HSV(B) 224.05º 0.96% 0.32% -
XYZ 1.89 1.28 8.13 -
YUV 24.33 160.54 112.78 -
System Red Green Blue C M Y K H S L
Decimal 3 24 82 0.96 0.71 0 0.68 224.05 0.93 0.17
Hex 3 18 52 60 47 0 44 E0 5D 11
Octal 3 30 122 140 107 0 104 340 135 21
Binary 11 11000 1010010 1100000 1000111 0 1000100 11100000 1011101 10001

Color Harmonies of #031852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031852

Black with #031852

Text Example


Text Example

White with #031852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031852; }

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

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

background-color css

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

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

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

border-color css

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

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

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