Html Css Color HEX #031A45 Sapphire

📋 copy color: '#031A45'

red 3 ◦ green 26 ◦ blue 69

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

Shades of Sapphire #031A45

Tints of Sapphire #031A45

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26.53%

 BLUE value IS 69 (27.34% from 255) = 70.41%

R = 3.06%
G = 26.53%
B = 70.41%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#031A45 (or 0x031A45) is known color: Sapphire. HEX triplet: 03, 1A and 45. RGB value is (3,26,69). Sum of RGB (Red+Green+Blue) = 3+26+69=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 69 (27.34% from 255 or 70.41% from 98); Max value from RGB is 69 - color contains mainly: blue. Hex color #031A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031A45 is #FCE5BA. Grayscale: #171717. Windows color (decimal): -16573883 or 4528643. OLE color: 4528643.

HSL color Cylindrical-coordinate representation of color #031A45: hue angle of 219.09º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031A45 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 26 69 -
CMYK 0.96 0.62 0 0.73
HSL 219.09º 0.92% 0.14% -
HSV(B) 219.09º 0.96% 0.27% -
XYZ 1.48 1.19 5.78 -
YUV 24.03 153.38 113 -
System Red Green Blue C M Y K H S L
Decimal 3 26 69 0.96 0.62 0 0.73 219.09 0.92 0.14
Hex 3 1A 45 60 3E 0 49 DB 5C E
Octal 3 32 105 140 76 0 111 333 134 16
Binary 11 11010 1000101 1100000 111110 0 1001001 11011011 1011100 1110

Color Harmonies of #031A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031A45

Black with #031A45

Text Example


Text Example

White with #031A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,26,69); }

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

background-color css

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

 a { background-color: rgb(3,26,69); }

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

border-color css

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

 span { border-color: rgb(3,26,69); }

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