Html Css Color HEX #062B6B Sapphire

📋 copy color: '#062B6B'

red 6 ◦ green 43 ◦ blue 107

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

Shades of Sapphire #062B6B

Tints of Sapphire #062B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 68.59%

R = 3.85%
G = 27.56%
B = 68.59%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#062B6B (or 0x062B6B) is known color: Sapphire. HEX triplet: 06, 2B and 6B. RGB value is (6,43,107). Sum of RGB (Red+Green+Blue) = 6+43+107=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 107 (42.19% from 255 or 68.59% from 156); Max value from RGB is 107 - color contains mainly: blue. Hex color #062B6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062B6B is #F9D494. Grayscale: #262626. Windows color (decimal): -16372885 or 7023366. OLE color: 7023366.

HSL color Cylindrical-coordinate representation of color #062B6B: hue angle of 218.02º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062B6B is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 43 107 -
CMYK 0.94 0.60 0 0.58
HSL 218.02º 0.89% 0.22% -
HSV(B) 218.02º 0.94% 0.42% -
XYZ 3.59 2.83 14.27 -
YUV 39.23 166.24 104.3 -
System Red Green Blue C M Y K H S L
Decimal 6 43 107 0.94 0.60 0 0.58 218.02 0.89 0.22
Hex 6 2B 6B 5E 3C 0 3A DA 59 16
Octal 6 53 153 136 74 0 72 332 131 26
Binary 110 101011 1101011 1011110 111100 0 111010 11011010 1011001 10110

Color Harmonies of #062B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062B6B

Black with #062B6B

Text Example


Text Example

White with #062B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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