Html Css Color HEX #027BC9 Navy Blue

📋 copy color: '#027BC9'

red 2 ◦ green 123 ◦ blue 201

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

Shades of Navy Blue #027BC9

Tints of Navy Blue #027BC9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.73%

 BLUE value IS 201 (78.91% from 255) = 61.66%

R = 0.61%
G = 37.73%
B = 61.66%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#027BC9 (or 0x027BC9) is known color: Navy Blue. HEX triplet: 02, 7B and C9. RGB value is (2,123,201). Sum of RGB (Red+Green+Blue) = 2+123+201=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 201 (78.91% from 255 or 61.66% from 326); Max value from RGB is 201 - color contains mainly: blue. Hex color #027BC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BC9 is #FD8436. Grayscale: #5F5F5F. Windows color (decimal): -16614455 or 13204226. OLE color: 13204226.

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

Color convert

RGB 2 123 201 -
CMYK 0.99 0.39 0 0.21
HSL 203.52º 0.98% 0.4% -
HSV(B) 203.52º 0.99% 0.79% -
XYZ 17.65 18.4 57.88 -
YUV 95.71 187.41 61.16 -
System Red Green Blue C M Y K H S L
Decimal 2 123 201 0.99 0.39 0 0.21 203.52 0.98 0.4
Hex 2 7B C9 63 27 0 15 CC 62 28
Octal 2 173 311 143 47 0 25 314 142 50
Binary 10 1111011 11001001 1100011 100111 0 10101 11001100 1100010 101000

Color Harmonies of #027BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027BC9

Black with #027BC9

Text Example


Text Example

White with #027BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,123,201); }

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

background-color css

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

 a { background-color: rgb(2,123,201); }

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

border-color css

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

 span { border-color: rgb(2,123,201); }

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