Html Css Color HEX #027ACB Navy Blue

📋 copy color: '#027ACB'

red 2 ◦ green 122 ◦ blue 203

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

Shades of Navy Blue #027ACB

Tints of Navy Blue #027ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 62.08%

R = 0.61%
G = 37.31%
B = 62.08%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#027ACB (or 0x027ACB) is known color: Navy Blue. HEX triplet: 02, 7A and CB. RGB value is (2,122,203). Sum of RGB (Red+Green+Blue) = 2+122+203=327 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #027ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027ACB is #FD8534. Grayscale: #5E5E5E. Windows color (decimal): -16614709 or 13335042. OLE color: 13335042.

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

Color convert

RGB 2 122 203 -
CMYK 0.99 0.40 0 0.20
HSL 204.18º 0.98% 0.4% -
HSV(B) 204.18º 0.99% 0.8% -
XYZ 17.76 18.24 59.09 -
YUV 95.35 188.74 61.41 -
System Red Green Blue C M Y K H S L
Decimal 2 122 203 0.99 0.40 0 0.20 204.18 0.98 0.4
Hex 2 7A CB 63 28 0 14 CC 62 28
Octal 2 172 313 143 50 0 24 314 142 50
Binary 10 1111010 11001011 1100011 101000 0 10100 11001100 1100010 101000

Color Harmonies of #027ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027ACB

Black with #027ACB

Text Example


Text Example

White with #027ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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