Html Css Color HEX #062682 Sapphire

📋 copy color: '#062682'

red 6 ◦ green 38 ◦ blue 130

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

Shades of Sapphire #062682

Tints of Sapphire #062682

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.84%

 BLUE value IS 130 (51.17% from 255) = 74.71%

R = 3.45%
G = 21.84%
B = 74.71%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#062682 (or 0x062682) is known color: Sapphire. HEX triplet: 06, 26 and 82. RGB value is (6,38,130). Sum of RGB (Red+Green+Blue) = 6+38+130=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 130 (51.17% from 255 or 74.71% from 174); Max value from RGB is 130 - color contains mainly: blue. Hex color #062682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062682 is #F9D97D. Grayscale: #262626. Windows color (decimal): -16374142 or 8529414. OLE color: 8529414.

HSL color Cylindrical-coordinate representation of color #062682: hue angle of 224.52º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062682 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 38 130 -
CMYK 0.95 0.71 0 0.49
HSL 224.52º 0.91% 0.27% -
HSV(B) 224.52º 0.95% 0.51% -
XYZ 4.8 3.04 21.45 -
YUV 38.92 179.4 104.52 -
System Red Green Blue C M Y K H S L
Decimal 6 38 130 0.95 0.71 0 0.49 224.52 0.91 0.27
Hex 6 26 82 5F 47 0 31 E1 5B 1B
Octal 6 46 202 137 107 0 61 341 133 33
Binary 110 100110 10000010 1011111 1000111 0 110001 11100001 1011011 11011

Color Harmonies of #062682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062682

Black with #062682

Text Example


Text Example

White with #062682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062682; }

 p { color: rgb(6,38,130); }

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

background-color css

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

 a { background-color: rgb(6,38,130); }

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

border-color css

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

 span { border-color: rgb(6,38,130); }

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