Html Css Color HEX #062463 Sapphire

📋 copy color: '#062463'

red 6 ◦ green 36 ◦ blue 99

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

Shades of Sapphire #062463

Tints of Sapphire #062463

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.53%

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

R = 4.26%
G = 25.53%
B = 70.21%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#062463 (or 0x062463) is known color: Sapphire. HEX triplet: 06, 24 and 63. RGB value is (6,36,99). Sum of RGB (Red+Green+Blue) = 6+36+99=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 99 (39.06% from 255 or 70.21% from 141); Max value from RGB is 99 - color contains mainly: blue. Hex color #062463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062463 is #F9DB9C. Grayscale: #212121. Windows color (decimal): -16374685 or 6497286. OLE color: 6497286.

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

Color convert

RGB 6 36 99 -
CMYK 0.94 0.64 0 0.61
HSL 220.65º 0.89% 0.21% -
HSV(B) 220.65º 0.94% 0.39% -
XYZ 2.96 2.2 12.07 -
YUV 34.21 164.56 107.88 -
System Red Green Blue C M Y K H S L
Decimal 6 36 99 0.94 0.64 0 0.61 220.65 0.89 0.21
Hex 6 24 63 5E 40 0 3D DD 59 15
Octal 6 44 143 136 100 0 75 335 131 25
Binary 110 100100 1100011 1011110 1000000 0 111101 11011101 1011001 10101

Color Harmonies of #062463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062463

Black with #062463

Text Example


Text Example

White with #062463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062463; }

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

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

background-color css

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

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

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

border-color css

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

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

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