Html Css Color HEX #062363 Sapphire

📋 copy color: '#062363'

red 6 ◦ green 35 ◦ blue 99

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

Shades of Sapphire #062363

Tints of Sapphire #062363

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25%

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

R = 4.29%
G = 25%
B = 70.71%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#062363 (or 0x062363) is known color: Sapphire. HEX triplet: 06, 23 and 63. RGB value is (6,35,99). Sum of RGB (Red+Green+Blue) = 6+35+99=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 99 (39.06% from 255 or 70.71% from 140); Max value from RGB is 99 - color contains mainly: blue. Hex color #062363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062363 is #F9DC9C. Grayscale: #212121. Windows color (decimal): -16374941 or 6497030. OLE color: 6497030.

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

Color convert

RGB 6 35 99 -
CMYK 0.94 0.65 0 0.61
HSL 221.29º 0.89% 0.21% -
HSV(B) 221.29º 0.94% 0.39% -
XYZ 2.93 2.14 12.06 -
YUV 33.63 164.89 108.3 -
System Red Green Blue C M Y K H S L
Decimal 6 35 99 0.94 0.65 0 0.61 221.29 0.89 0.21
Hex 6 23 63 5E 41 0 3D DD 59 15
Octal 6 43 143 136 101 0 75 335 131 25
Binary 110 100011 1100011 1011110 1000001 0 111101 11011101 1011001 10101

Color Harmonies of #062363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062363

Black with #062363

Text Example


Text Example

White with #062363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062363; }

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

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

background-color css

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

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

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

border-color css

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

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

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