Html Css Color HEX #062253 Sapphire

📋 copy color: '#062253'

red 6 ◦ green 34 ◦ blue 83

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

Shades of Sapphire #062253

Tints of Sapphire #062253

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.64%

 BLUE value IS 83 (32.81% from 255) = 67.48%

R = 4.88%
G = 27.64%
B = 67.48%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#062253 (or 0x062253) is known color: Sapphire. HEX triplet: 06, 22 and 53. RGB value is (6,34,83). Sum of RGB (Red+Green+Blue) = 6+34+83=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 83 (32.81% from 255 or 67.48% from 123); Max value from RGB is 83 - color contains mainly: blue. Hex color #062253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062253 is #F9DDAC. Grayscale: #1E1E1E. Windows color (decimal): -16375213 or 5448198. OLE color: 5448198.

HSL color Cylindrical-coordinate representation of color #062253: hue angle of 218.18º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062253 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 34 83 -
CMYK 0.93 0.59 0 0.67
HSL 218.18º 0.87% 0.17% -
HSV(B) 218.18º 0.93% 0.33% -
XYZ 2.21 1.81 8.42 -
YUV 31.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 6 34 83 0.93 0.59 0 0.67 218.18 0.87 0.17
Hex 6 22 53 5D 3B 0 43 DA 57 11
Octal 6 42 123 135 73 0 103 332 127 21
Binary 110 100010 1010011 1011101 111011 0 1000011 11011010 1010111 10001

Color Harmonies of #062253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062253

Black with #062253

Text Example


Text Example

White with #062253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062253; }

 p { color: rgb(6,34,83); }

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

background-color css

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

 a { background-color: rgb(6,34,83); }

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

border-color css

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

 span { border-color: rgb(6,34,83); }

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