Html Css Color HEX #0062AC Denim

📋 copy color: '#0062AC'

red 0 ◦ green 98 ◦ blue 172

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

Shades of Denim #0062AC

Tints of Denim #0062AC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 98 (38.67% from 255) = 36.3%

 BLUE value IS 172 (67.58% from 255) = 63.7%

R = 0%
G = 36.3%
B = 63.7%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0062AC (or 0x0062AC) is known color: Denim. HEX triplet: 00, 62 and AC. RGB value is (0,98,172). Sum of RGB (Red+Green+Blue) = 0+98+172=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #0062AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0062AC is #FF9D53. Grayscale: #4C4C4C. Windows color (decimal): -16751956 or 11297280. OLE color: 11297280.

HSL color Cylindrical-coordinate representation of color #0062AC: hue angle of 205.81º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0062AC is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 98 172 -
CMYK 1 0.43 0 0.33
HSL 205.81º 1% 0.34% -
HSV(B) 205.81º 1% 0.67% -
XYZ 11.81 11.71 40.67 -
YUV 77.13 181.53 72.98 -
System Red Green Blue C M Y K H S L
Decimal 0 98 172 1 0.43 0 0.33 205.81 1 0.34
Hex 0 62 AC 64 2B 0 21 CE 64 22
Octal 0 142 254 144 53 0 41 316 144 42
Binary 0 1100010 10101100 1100100 101011 0 100001 11001110 1100100 100010

Color Harmonies of #0062AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0062AC

Black with #0062AC

Text Example


Text Example

White with #0062AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0062AC; }

 p { color: rgb(0,98,172); }

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

background-color css

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

 a { background-color: rgb(0,98,172); }

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

border-color css

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

 span { border-color: rgb(0,98,172); }

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