Html Css Color HEX #031265 Sapphire

📋 copy color: '#031265'

red 3 ◦ green 18 ◦ blue 101

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

Shades of Sapphire #031265

Tints of Sapphire #031265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 82.79%

R = 2.46%
G = 14.75%
B = 82.79%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#031265 (or 0x031265) is known color: Sapphire. HEX triplet: 03, 12 and 65. RGB value is (3,18,101). Sum of RGB (Red+Green+Blue) = 3+18+101=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 101 (39.84% from 255 or 82.79% from 122); Max value from RGB is 101 - color contains mainly: blue. Hex color #031265 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031265 is #FCED9A. Grayscale: #161616. Windows color (decimal): -16575899 or 6623747. OLE color: 6623747.

HSL color Cylindrical-coordinate representation of color #031265: hue angle of 230.82º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031265 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 3 18 101 -
CMYK 0.97 0.82 0 0.60
HSL 230.82º 0.94% 0.2% -
HSV(B) 230.82º 0.97% 0.4% -
XYZ 2.6 1.39 12.44 -
YUV 22.98 172.03 113.75 -
System Red Green Blue C M Y K H S L
Decimal 3 18 101 0.97 0.82 0 0.60 230.82 0.94 0.2
Hex 3 12 65 61 52 0 3C E7 5E 14
Octal 3 22 145 141 122 0 74 347 136 24
Binary 11 10010 1100101 1100001 1010010 0 111100 11100111 1011110 10100

Color Harmonies of #031265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031265

Black with #031265

Text Example


Text Example

White with #031265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031265; }

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

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

background-color css

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

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

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

border-color css

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

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

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