Html Css Color HEX #062362 Sapphire

📋 copy color: '#062362'

red 6 ◦ green 35 ◦ blue 98

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

Shades of Sapphire #062362

Tints of Sapphire #062362

RGB

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

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

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

R = 4.32%
G = 25.18%
B = 70.5%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#062362 (or 0x062362) is known color: Sapphire. HEX triplet: 06, 23 and 62. RGB value is (6,35,98). Sum of RGB (Red+Green+Blue) = 6+35+98=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 98 (38.67% from 255 or 70.50% from 139); Max value from RGB is 98 - color contains mainly: blue. Hex color #062362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062362 is #F9DC9D. Grayscale: #212121. Windows color (decimal): -16374942 or 6431494. OLE color: 6431494.

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

Color convert

RGB 6 35 98 -
CMYK 0.94 0.64 0 0.62
HSL 221.09º 0.88% 0.2% -
HSV(B) 221.09º 0.94% 0.38% -
XYZ 2.88 2.12 11.81 -
YUV 33.51 164.39 108.38 -
System Red Green Blue C M Y K H S L
Decimal 6 35 98 0.94 0.64 0 0.62 221.09 0.88 0.2
Hex 6 23 62 5E 40 0 3E DD 58 14
Octal 6 43 142 136 100 0 76 335 130 24
Binary 110 100011 1100010 1011110 1000000 0 111110 11011101 1011000 10100

Color Harmonies of #062362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062362

Black with #062362

Text Example


Text Example

White with #062362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062362; }

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

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

background-color css

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

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

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

border-color css

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

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

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