Html Css Color HEX #061262 Sapphire

📋 copy color: '#061262'

red 6 ◦ green 18 ◦ blue 98

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

Shades of Sapphire #061262

Tints of Sapphire #061262

RGB

 RED value IS 6 (2.73% from 255) = 4.92%

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

 BLUE value IS 98 (38.67% from 255) = 80.33%

R = 4.92%
G = 14.75%
B = 80.33%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#061262 (or 0x061262) is known color: Sapphire. HEX triplet: 06, 12 and 62. RGB value is (6,18,98). Sum of RGB (Red+Green+Blue) = 6+18+98=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 98 (38.67% from 255 or 80.33% from 122); Max value from RGB is 98 - color contains mainly: blue. Hex color #061262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061262 is #F9ED9D. Grayscale: #171717. Windows color (decimal): -16379294 or 6427142. OLE color: 6427142.

HSL color Cylindrical-coordinate representation of color #061262: hue angle of 232.17º 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 #061262 is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 18 98 -
CMYK 0.94 0.82 0 0.62
HSL 232.17º 0.88% 0.2% -
HSV(B) 232.17º 0.94% 0.38% -
XYZ 2.5 1.35 11.68 -
YUV 23.53 170.02 115.5 -
System Red Green Blue C M Y K H S L
Decimal 6 18 98 0.94 0.82 0 0.62 232.17 0.88 0.2
Hex 6 12 62 5E 52 0 3E E8 58 14
Octal 6 22 142 136 122 0 76 350 130 24
Binary 110 10010 1100010 1011110 1010010 0 111110 11101000 1011000 10100

Color Harmonies of #061262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061262

Black with #061262

Text Example


Text Example

White with #061262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061262; }

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

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

background-color css

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

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

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

border-color css

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

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

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