Html Css Color HEX #027BD8 Navy Blue

📋 copy color: '#027BD8'

red 2 ◦ green 123 ◦ blue 216

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

Shades of Navy Blue #027BD8

Tints of Navy Blue #027BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 63.34%

R = 0.59%
G = 36.07%
B = 63.34%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#027BD8 (or 0x027BD8) is known color: Navy Blue. HEX triplet: 02, 7B and D8. RGB value is (2,123,216). Sum of RGB (Red+Green+Blue) = 2+123+216=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 216 (84.77% from 255 or 63.34% from 341); Max value from RGB is 216 - color contains mainly: blue. Hex color #027BD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BD8 is #FD8427. Grayscale: #606060. Windows color (decimal): -16614440 or 14187266. OLE color: 14187266.

HSL color Cylindrical-coordinate representation of color #027BD8: hue angle of 206.07º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027BD8 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 123 216 -
CMYK 0.99 0.43 0 0.15
HSL 206.07º 0.98% 0.43% -
HSV(B) 206.07º 0.99% 0.85% -
XYZ 19.5 19.14 67.63 -
YUV 97.42 194.91 59.94 -
System Red Green Blue C M Y K H S L
Decimal 2 123 216 0.99 0.43 0 0.15 206.07 0.98 0.43
Hex 2 7B D8 63 2B 0 F CE 62 2B
Octal 2 173 330 143 53 0 17 316 142 53
Binary 10 1111011 11011000 1100011 101011 0 1111 11001110 1100010 101011

Color Harmonies of #027BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027BD8

Black with #027BD8

Text Example


Text Example

White with #027BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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