Html Css Color HEX #061862 Sapphire

📋 copy color: '#061862'

red 6 ◦ green 24 ◦ blue 98

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

Shades of Sapphire #061862

Tints of Sapphire #061862

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 value IS 0.94

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#061862 (or 0x061862) is known color: 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

RGB 6 24 98 -
CMYK 0.94 0.76 0 0.62
HSL 228.26º 0.88% 0.2% -
HSV(B) 228.26º 0.94% 0.38% -
XYZ 2.61 1.57 11.72 -
YUV 27.05 168.04 112.98 -
System Red Green Blue C M Y K H S L
Decimal 6 24 98 0.94 0.76 0 0.62 228.26 0.88 0.2
Hex 6 18 62 5E 4C 0 3E E4 58 14
Octal 6 30 142 136 114 0 76 344 130 24
Binary 110 11000 1100010 1011110 1001100 0 111110 11100100 1011000 10100

Color Harmonies of #061862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061862

Black with #061862

Text Example


Text Example

White with #061862

Text Example


Text Example

HTML Codes & Css Web 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>