Html Css Color HEX #062364 Sapphire

📋 copy color: '#062364'

red 6 ◦ green 35 ◦ blue 100

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

Shades of Sapphire #062364

Tints of Sapphire #062364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 70.92%

R = 4.26%
G = 24.82%
B = 70.92%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#062364 (or 0x062364) is known color: Sapphire. HEX triplet: 06, 23 and 64. RGB value is (6,35,100). Sum of RGB (Red+Green+Blue) = 6+35+100=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 100 (39.45% from 255 or 70.92% from 141); Max value from RGB is 100 - color contains mainly: blue. Hex color #062364 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062364 is #F9DC9B. Grayscale: #212121. Windows color (decimal): -16374940 or 6562566. OLE color: 6562566.

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

Color convert

RGB 6 35 100 -
CMYK 0.94 0.65 0 0.61
HSL 221.49º 0.89% 0.21% -
HSV(B) 221.49º 0.94% 0.39% -
XYZ 2.98 2.16 12.32 -
YUV 33.74 165.39 108.21 -
System Red Green Blue C M Y K H S L
Decimal 6 35 100 0.94 0.65 0 0.61 221.49 0.89 0.21
Hex 6 23 64 5E 41 0 3D DD 59 15
Octal 6 43 144 136 101 0 75 335 131 25
Binary 110 100011 1100100 1011110 1000001 0 111101 11011101 1011001 10101

Color Harmonies of #062364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062364

Black with #062364

Text Example


Text Example

White with #062364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062364; }

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

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

background-color css

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

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

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

border-color css

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

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

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