Html Css Color HEX #0074EF Navy Blue

📋 copy color: '#0074EF'

red 0 ◦ green 116 ◦ blue 239

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

Shades of Navy Blue #0074EF

Tints of Navy Blue #0074EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.32%

R = 0%
G = 32.68%
B = 67.32%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0074EF (or 0x0074EF) is known color: Navy Blue. HEX triplet: 00, 74 and EF. RGB value is (0,116,239). Sum of RGB (Red+Green+Blue) = 0+116+239=355 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 239 (93.75% from 255 or 67.32% from 355); Max value from RGB is 239 - color contains mainly: blue. Hex color #0074EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0074EF is #FF8B10. Grayscale: #5E5E5E. Windows color (decimal): -16747281 or 15692800. OLE color: 15692800.

HSL color Cylindrical-coordinate representation of color #0074EF: hue angle of 210.88º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0074EF is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 0 116 239 -
CMYK 1 0.51 0 0.06
HSL 210.88º 1% 0.47% -
HSV(B) 210.88º 1% 0.94% -
XYZ 21.83 18.72 84.12 -
YUV 95.34 209.07 60 -
System Red Green Blue C M Y K H S L
Decimal 0 116 239 1 0.51 0 0.06 210.88 1 0.47
Hex 0 74 EF 64 33 0 6 D3 64 2F
Octal 0 164 357 144 63 0 6 323 144 57
Binary 0 1110100 11101111 1100100 110011 0 110 11010011 1100100 101111

Color Harmonies of #0074EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0074EF

Black with #0074EF

Text Example


Text Example

White with #0074EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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