Html Css Color HEX #0074EA Navy Blue

📋 copy color: '#0074EA'

red 0 ◦ green 116 ◦ blue 234

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

Shades of Navy Blue #0074EA

Tints of Navy Blue #0074EA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 116 (45.7% from 255) = 33.14%

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

R = 0%
G = 33.14%
B = 66.86%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0074EA (or 0x0074EA) is known color: Navy Blue. HEX triplet: 00, 74 and EA. RGB value is (0,116,234). Sum of RGB (Red+Green+Blue) = 0+116+234=350 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #0074EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0074EA is #FF8B15. Grayscale: #5E5E5E. Windows color (decimal): -16747286 or 15365120. OLE color: 15365120.

HSL color Cylindrical-coordinate representation of color #0074EA: hue angle of 210.26º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0074EA is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 116 234 -
CMYK 1 0.50 0 0.08
HSL 210.26º 1% 0.46% -
HSV(B) 210.26º 1% 0.92% -
XYZ 21.1 18.43 80.29 -
YUV 94.77 206.57 60.41 -
System Red Green Blue C M Y K H S L
Decimal 0 116 234 1 0.50 0 0.08 210.26 1 0.46
Hex 0 74 EA 64 32 0 8 D2 64 2E
Octal 0 164 352 144 62 0 10 322 144 56
Binary 0 1110100 11101010 1100100 110010 0 1000 11010010 1100100 101110

Color Harmonies of #0074EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0074EA

Black with #0074EA

Text Example


Text Example

White with #0074EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0074EA; }

 p { color: rgb(0,116,234); }

 H1.HeaderClassName
 {
   color: #0074EA;
 }
 .AnyTagClassName
 {
   color: #0074EA;
 }
</style>

background-color css

<style>
 a { background-color: #0074EA; }

 a { background-color: rgb(0,116,234); }

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

border-color css

<style>
 span { border-color: #0074EA; }

 span { border-color: rgb(0,116,234); }

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