Html Css Color HEX #084CEA Navy Blue

📋 copy color: '#084CEA'

red 8 ◦ green 76 ◦ blue 234

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

Shades of Navy Blue #084CEA

Tints of Navy Blue #084CEA

RGB

 RED value IS 8 (3.52% from 255) = 2.52%

 GREEN value IS 76 (30.08% from 255) = 23.9%

 BLUE value IS 234 (91.8% from 255) = 73.58%

R = 2.52%
G = 23.9%
B = 73.58%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#084CEA (or 0x084CEA) is known color: Navy Blue. HEX triplet: 08, 4C and EA. RGB value is (8,76,234). Sum of RGB (Red+Green+Blue) = 8+76+234=318 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 234 (91.80% from 255 or 73.58% from 318); Max value from RGB is 234 - color contains mainly: blue. Hex color #084CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #084CEA is #F7B315. Grayscale: #484848. Windows color (decimal): -16233238 or 15354888. OLE color: 15354888.

HSL color Cylindrical-coordinate representation of color #084CEA: hue angle of 221.95º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #084CEA is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 8 76 234 -
CMYK 0.97 0.68 0 0.08
HSL 221.95º 0.93% 0.47% -
HSV(B) 221.95º 0.97% 0.92% -
XYZ 17.54 11.16 79.07 -
YUV 73.68 218.47 81.15 -
System Red Green Blue C M Y K H S L
Decimal 8 76 234 0.97 0.68 0 0.08 221.95 0.93 0.47
Hex 8 4C EA 61 44 0 8 DE 5D 2F
Octal 10 114 352 141 104 0 10 336 135 57
Binary 1000 1001100 11101010 1100001 1000100 0 1000 11011110 1011101 101111

Color Harmonies of #084CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084CEA

Black with #084CEA

Text Example


Text Example

White with #084CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084CEA; }

 p { color: rgb(8,76,234); }

 H1.HeaderClassName
 {
   color: #084CEA;
 }
 .AnyTagClassName
 {
   color: #084CEA;
 }
</style>

background-color css

<style>
 a { background-color: #084CEA; }

 a { background-color: rgb(8,76,234); }

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

border-color css

<style>
 span { border-color: #084CEA; }

 span { border-color: rgb(8,76,234); }

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