Html Css Color HEX #027AC8 Navy Blue

📋 copy color: '#027AC8'

red 2 ◦ green 122 ◦ blue 200

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

Shades of Navy Blue #027AC8

Tints of Navy Blue #027AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 61.73%

R = 0.62%
G = 37.65%
B = 61.73%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#027AC8 (or 0x027AC8) is known color: Navy Blue. HEX triplet: 02, 7A and C8. RGB value is (2,122,200). Sum of RGB (Red+Green+Blue) = 2+122+200=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 200 (78.52% from 255 or 61.73% from 324); Max value from RGB is 200 - color contains mainly: blue. Hex color #027AC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027AC8 is #FD8537. Grayscale: #5E5E5E. Windows color (decimal): -16614712 or 13138434. OLE color: 13138434.

HSL color Cylindrical-coordinate representation of color #027AC8: hue angle of 203.64º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027AC8 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 2 122 200 -
CMYK 0.99 0.39 0 0.22
HSL 203.64º 0.98% 0.4% -
HSV(B) 203.64º 0.99% 0.78% -
XYZ 17.41 18.1 57.22 -
YUV 95.01 187.24 61.66 -
System Red Green Blue C M Y K H S L
Decimal 2 122 200 0.99 0.39 0 0.22 203.64 0.98 0.4
Hex 2 7A C8 63 27 0 16 CC 62 28
Octal 2 172 310 143 47 0 26 314 142 50
Binary 10 1111010 11001000 1100011 100111 0 10110 11001100 1100010 101000

Color Harmonies of #027AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027AC8

Black with #027AC8

Text Example


Text Example

White with #027AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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