Html Css Color HEX #061362 Sapphire

📋 copy color: '#061362'

red 6 ◦ green 19 ◦ blue 98

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

Shades of Sapphire #061362

Tints of Sapphire #061362

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.45%

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

R = 4.88%
G = 15.45%
B = 79.67%

CMYK

 C value IS 0.94

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#061362 (or 0x061362) is known color: Sapphire. HEX triplet: 06, 13 and 62. RGB value is (6,19,98). Sum of RGB (Red+Green+Blue) = 6+19+98=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 98 (38.67% from 255 or 79.67% from 123); Max value from RGB is 98 - color contains mainly: blue. Hex color #061362 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061362 is #F9EC9D. Grayscale: #171717. Windows color (decimal): -16379038 or 6427398. OLE color: 6427398.

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

Color convert

RGB 6 19 98 -
CMYK 0.94 0.81 0 0.62
HSL 231.52º 0.88% 0.2% -
HSV(B) 231.52º 0.94% 0.38% -
XYZ 2.51 1.39 11.69 -
YUV 24.12 169.69 115.08 -
System Red Green Blue C M Y K H S L
Decimal 6 19 98 0.94 0.81 0 0.62 231.52 0.88 0.2
Hex 6 13 62 5E 51 0 3E E8 58 14
Octal 6 23 142 136 121 0 76 350 130 24
Binary 110 10011 1100010 1011110 1010001 0 111110 11101000 1011000 10100

Color Harmonies of #061362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061362

Black with #061362

Text Example


Text Example

White with #061362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061362; }

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

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

background-color css

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

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

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

border-color css

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

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

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