Html Css Color HEX #027AC2 Navy Blue

📋 copy color: '#027AC2'

red 2 ◦ green 122 ◦ blue 194

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

Shades of Navy Blue #027AC2

Tints of Navy Blue #027AC2

RGB

 RED value IS 2 (1.17% from 255) = 0.63%

 GREEN value IS 122 (48.05% from 255) = 38.36%

 BLUE value IS 194 (76.17% from 255) = 61.01%

R = 0.63%
G = 38.36%
B = 61.01%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#027AC2 (or 0x027AC2) is known color: Navy Blue. HEX triplet: 02, 7A and C2. RGB value is (2,122,194). Sum of RGB (Red+Green+Blue) = 2+122+194=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 194 (76.17% from 255 or 61.01% from 318); Max value from RGB is 194 - color contains mainly: blue. Hex color #027AC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027AC2 is #FD853D. Grayscale: #5D5D5D. Windows color (decimal): -16614718 or 12745218. OLE color: 12745218.

HSL color Cylindrical-coordinate representation of color #027AC2: hue angle of 202.5º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027AC2 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 122 194 -
CMYK 0.99 0.37 0 0.24
HSL 202.5º 0.98% 0.38% -
HSV(B) 202.5º 0.99% 0.76% -
XYZ 16.72 17.83 53.6 -
YUV 94.33 184.24 62.15 -
System Red Green Blue C M Y K H S L
Decimal 2 122 194 0.99 0.37 0 0.24 202.5 0.98 0.38
Hex 2 7A C2 63 25 0 18 CA 62 26
Octal 2 172 302 143 45 0 30 312 142 46
Binary 10 1111010 11000010 1100011 100101 0 11000 11001010 1100010 100110

Color Harmonies of #027AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027AC2

Black with #027AC2

Text Example


Text Example

White with #027AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027AC2; }

 p { color: rgb(2,122,194); }

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

background-color css

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

 a { background-color: rgb(2,122,194); }

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

border-color css

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

 span { border-color: rgb(2,122,194); }

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