Html Css Color HEX #031C58 Sapphire

📋 copy color: '#031C58'

red 3 ◦ green 28 ◦ blue 88

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

Shades of Sapphire #031C58

Tints of Sapphire #031C58

RGB

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

 GREEN value IS 28 (11.33% from 255) = 23.53%

 BLUE value IS 88 (34.77% from 255) = 73.95%

R = 2.52%
G = 23.53%
B = 73.95%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#031C58 (or 0x031C58) is known color: Sapphire. HEX triplet: 03, 1C and 58. RGB value is (3,28,88). Sum of RGB (Red+Green+Blue) = 3+28+88=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 88 (34.77% from 255 or 73.95% from 119); Max value from RGB is 88 - color contains mainly: blue. Hex color #031C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C58 is #FCE3A7. Grayscale: #1B1B1B. Windows color (decimal): -16573352 or 5774339. OLE color: 5774339.

HSL color Cylindrical-coordinate representation of color #031C58: hue angle of 222.35º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031C58 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 28 88 -
CMYK 0.97 0.68 0 0.65
HSL 222.35º 0.93% 0.18% -
HSV(B) 222.35º 0.97% 0.35% -
XYZ 2.21 1.55 9.42 -
YUV 27.37 162.22 110.62 -
System Red Green Blue C M Y K H S L
Decimal 3 28 88 0.97 0.68 0 0.65 222.35 0.93 0.18
Hex 3 1C 58 61 44 0 41 DE 5D 12
Octal 3 34 130 141 104 0 101 336 135 22
Binary 11 11100 1011000 1100001 1000100 0 1000001 11011110 1011101 10010

Color Harmonies of #031C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031C58

Black with #031C58

Text Example


Text Example

White with #031C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031C58; }

 p { color: rgb(3,28,88); }

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

background-color css

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

 a { background-color: rgb(3,28,88); }

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

border-color css

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

 span { border-color: rgb(3,28,88); }

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