Html Css Color HEX #061363 Sapphire

📋 copy color: '#061363'

red 6 ◦ green 19 ◦ blue 99

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

Shades of Sapphire #061363

Tints of Sapphire #061363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 79.84%

R = 4.84%
G = 15.32%
B = 79.84%

CMYK

 C value IS 0.94

 M value IS 0.81

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#061363 (or 0x061363) is known color: Sapphire. HEX triplet: 06, 13 and 63. RGB value is (6,19,99). Sum of RGB (Red+Green+Blue) = 6+19+99=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 99 (39.06% from 255 or 79.84% from 124); Max value from RGB is 99 - color contains mainly: blue. Hex color #061363 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061363 is #F9EC9C. Grayscale: #171717. Windows color (decimal): -16379037 or 6492934. OLE color: 6492934.

HSL color Cylindrical-coordinate representation of color #061363: hue angle of 231.61º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061363 is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 6 19 99 -
CMYK 0.94 0.81 0 0.61
HSL 231.61º 0.89% 0.21% -
HSV(B) 231.61º 0.94% 0.39% -
XYZ 2.56 1.41 11.94 -
YUV 24.23 170.19 115 -
System Red Green Blue C M Y K H S L
Decimal 6 19 99 0.94 0.81 0 0.61 231.61 0.89 0.21
Hex 6 13 63 5E 51 0 3D E8 59 15
Octal 6 23 143 136 121 0 75 350 131 25
Binary 110 10011 1100011 1011110 1010001 0 111101 11101000 1011001 10101

Color Harmonies of #061363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061363

Black with #061363

Text Example


Text Example

White with #061363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061363; }

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

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

background-color css

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

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

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

border-color css

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

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

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