Html Css Color HEX #062361 Sapphire

📋 copy color: '#062361'

red 6 ◦ green 35 ◦ blue 97

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

Shades of Sapphire #062361

Tints of Sapphire #062361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 70.29%

R = 4.35%
G = 25.36%
B = 70.29%

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

#062361 (or 0x062361) is known color: Sapphire. HEX triplet: 06, 23 and 61. RGB value is (6,35,97). Sum of RGB (Red+Green+Blue) = 6+35+97=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 97 (38.28% from 255 or 70.29% from 138); Max value from RGB is 97 - color contains mainly: blue. Hex color #062361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062361 is #F9DC9E. Grayscale: #212121. Windows color (decimal): -16374943 or 6365958. OLE color: 6365958.

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

Color convert

RGB 6 35 97 -
CMYK 0.94 0.64 0 0.62
HSL 220.88º 0.88% 0.2% -
HSV(B) 220.88º 0.94% 0.38% -
XYZ 2.83 2.1 11.57 -
YUV 33.4 163.89 108.46 -
System Red Green Blue C M Y K H S L
Decimal 6 35 97 0.94 0.64 0 0.62 220.88 0.88 0.2
Hex 6 23 61 5E 40 0 3E DD 58 14
Octal 6 43 141 136 100 0 76 335 130 24
Binary 110 100011 1100001 1011110 1000000 0 111110 11011101 1011000 10100

Color Harmonies of #062361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062361

Black with #062361

Text Example


Text Example

White with #062361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062361; }

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

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

background-color css

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

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

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

border-color css

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

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

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