Html Css Color HEX #062B64 Sapphire

📋 copy color: '#062B64'

red 6 ◦ green 43 ◦ blue 100

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

Shades of Sapphire #062B64

Tints of Sapphire #062B64

RGB

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

 GREEN value IS 43 (17.19% from 255) = 28.86%

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

R = 4.03%
G = 28.86%
B = 67.11%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#062B64 (or 0x062B64) is known color: Sapphire. HEX triplet: 06, 2B and 64. RGB value is (6,43,100). Sum of RGB (Red+Green+Blue) = 6+43+100=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 43 (17.19% from 255 or 28.86% from 149); Blue value is 100 (39.45% from 255 or 67.11% from 149); Max value from RGB is 100 - color contains mainly: blue. Hex color #062B64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062B64 is #F9D49B. Grayscale: #262626. Windows color (decimal): -16372892 or 6564614. OLE color: 6564614.

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

Color convert

RGB 6 43 100 -
CMYK 0.94 0.57 0 0.61
HSL 216.38º 0.89% 0.21% -
HSV(B) 216.38º 0.94% 0.39% -
XYZ 3.24 2.69 12.4 -
YUV 38.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 6 43 100 0.94 0.57 0 0.61 216.38 0.89 0.21
Hex 6 2B 64 5E 39 0 3D D8 59 15
Octal 6 53 144 136 71 0 75 330 131 25
Binary 110 101011 1100100 1011110 111001 0 111101 11011000 1011001 10101

Color Harmonies of #062B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062B64

Black with #062B64

Text Example


Text Example

White with #062B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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