#061862

Color #061862 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #061862

Tints of Sapphire #061862

Color information

#061862 (or 0x061862) is unknown color: approx Sapphire. HEX triplet: 06, 18 and 62. RGB value is (6,24,98). Sum of RGB (Red+Green+Blue) = 6+24+98=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 98 (38.67% from 255 or 76.56% from 128); Max value from RGB is 98 - color contains mainly: blue. Hex color #061862 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061862 is #F9E79D. Grayscale: #1A1A1A. Windows color (decimal): -16377758 or 6428678. OLE color: 6428678.

HSL color Cylindrical-coordinate representation of color #061862: hue angle of 228.26º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061862 is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB62498-
CMYK0.940.7600.62
HSL228.26º88.46%20.39%-
HSV(B)228.26º93.88%38.43%-
XYZ2.611.5711.72-
YUV27.05168.04112.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 24 (9.77% from 255) = 18.75%
BLUE value IS 98 (38.67% from 255) = 76.56%
R=4.69%
G=18.75%
B=76.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal624980.940.7600.62228.2688.4620.39
Hex618625E4C03Ee45814
Octal63014213611407634413024
Binary11011000110001010111101001100011111011100100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061862; }

 p { color: rgb(6,24,98); }

 H1.HeaderClassName
 {
   color: #061862;
 }
 .AnyTagClassName
 {
   color: #061862;
 }
</style>
background-color css

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

 a { background-color: rgb(6,24,98); }

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

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

 span { border-color: rgb(6,24,98); }

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