Html Css Color HEX #062150 Sapphire

📋 copy color: '#062150'

red 6 ◦ green 33 ◦ blue 80

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

Shades of Sapphire #062150

Tints of Sapphire #062150

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.73%

 BLUE value IS 80 (31.64% from 255) = 67.23%

R = 5.04%
G = 27.73%
B = 67.23%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#062150 (or 0x062150) is known color: Sapphire. HEX triplet: 06, 21 and 50. RGB value is (6,33,80). Sum of RGB (Red+Green+Blue) = 6+33+80=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 80 (31.64% from 255 or 67.23% from 119); Max value from RGB is 80 - color contains mainly: blue. Hex color #062150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062150 is #F9DEAF. Grayscale: #1E1E1E. Windows color (decimal): -16375472 or 5251334. OLE color: 5251334.

HSL color Cylindrical-coordinate representation of color #062150: hue angle of 218.11º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062150 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 33 80 -
CMYK 0.92 0.59 0 0.69
HSL 218.11º 0.86% 0.17% -
HSV(B) 218.11º 0.93% 0.31% -
XYZ 2.07 1.71 7.81 -
YUV 30.29 156.05 110.68 -
System Red Green Blue C M Y K H S L
Decimal 6 33 80 0.92 0.59 0 0.69 218.11 0.86 0.17
Hex 6 21 50 5C 3B 0 45 DA 56 11
Octal 6 41 120 134 73 0 105 332 126 21
Binary 110 100001 1010000 1011100 111011 0 1000101 11011010 1010110 10001

Color Harmonies of #062150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062150

Black with #062150

Text Example


Text Example

White with #062150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062150; }

 p { color: rgb(6,33,80); }

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

background-color css

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

 a { background-color: rgb(6,33,80); }

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

border-color css

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

 span { border-color: rgb(6,33,80); }

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