Html Css Color HEX #027CCC Navy Blue

📋 copy color: '#027CCC'

red 2 ◦ green 124 ◦ blue 204

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

Shades of Navy Blue #027CCC

Tints of Navy Blue #027CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.58%

 BLUE value IS 204 (80.08% from 255) = 61.82%

R = 0.61%
G = 37.58%
B = 61.82%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#027CCC (or 0x027CCC) is known color: Navy Blue. HEX triplet: 02, 7C and CC. RGB value is (2,124,204). Sum of RGB (Red+Green+Blue) = 2+124+204=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #027CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027CCC is #FD8333. Grayscale: #606060. Windows color (decimal): -16614196 or 13401090. OLE color: 13401090.

HSL color Cylindrical-coordinate representation of color #027CCC: hue angle of 203.76º 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 #027CCC is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 2 124 204 -
CMYK 0.99 0.39 0 0.2
HSL 203.76º 0.98% 0.4% -
HSV(B) 203.76º 0.99% 0.8% -
XYZ 18.13 18.79 59.8 -
YUV 96.64 188.58 60.5 -
System Red Green Blue C M Y K H S L
Decimal 2 124 204 0.99 0.39 0 0.2 203.76 0.98 0.4
Hex 2 7C CC 63 27 0 14 CC 62 28
Octal 2 174 314 143 47 0 24 314 142 50
Binary 10 1111100 11001100 1100011 100111 0 10100 11001100 1100010 101000

Color Harmonies of #027CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027CCC

Black with #027CCC

Text Example


Text Example

White with #027CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,124,204); }

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

background-color css

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

 a { background-color: rgb(2,124,204); }

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

border-color css

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

 span { border-color: rgb(2,124,204); }

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