Html Css Color HEX #031269 Sapphire

📋 copy color: '#031269'

red 3 ◦ green 18 ◦ blue 105

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

Shades of Sapphire #031269

Tints of Sapphire #031269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 83.33%

R = 2.38%
G = 14.29%
B = 83.33%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#031269 (or 0x031269) is known color: Sapphire. HEX triplet: 03, 12 and 69. RGB value is (3,18,105). Sum of RGB (Red+Green+Blue) = 3+18+105=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 105 (41.41% from 255 or 83.33% from 126); Max value from RGB is 105 - color contains mainly: blue. Hex color #031269 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031269 is #FCED96. Grayscale: #171717. Windows color (decimal): -16575895 or 6885891. OLE color: 6885891.

HSL color Cylindrical-coordinate representation of color #031269: hue angle of 231.18º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031269 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 18 105 -
CMYK 0.97 0.83 0 0.59
HSL 231.18º 0.94% 0.21% -
HSV(B) 231.18º 0.97% 0.41% -
XYZ 2.8 1.47 13.5 -
YUV 23.43 174.03 113.43 -
System Red Green Blue C M Y K H S L
Decimal 3 18 105 0.97 0.83 0 0.59 231.18 0.94 0.21
Hex 3 12 69 61 53 0 3B E7 5E 15
Octal 3 22 151 141 123 0 73 347 136 25
Binary 11 10010 1101001 1100001 1010011 0 111011 11100111 1011110 10101

Color Harmonies of #031269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031269

Black with #031269

Text Example


Text Example

White with #031269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031269; }

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

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

background-color css

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

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

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

border-color css

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

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

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