Html Css Color HEX #0074EB Navy Blue

📋 copy color: '#0074EB'

red 0 ◦ green 116 ◦ blue 235

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

Shades of Navy Blue #0074EB

Tints of Navy Blue #0074EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.95%

R = 0%
G = 33.05%
B = 66.95%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0074EB (or 0x0074EB) is known color: Navy Blue. HEX triplet: 00, 74 and EB. RGB value is (0,116,235). Sum of RGB (Red+Green+Blue) = 0+116+235=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 235 (92.19% from 255 or 66.95% from 351); Max value from RGB is 235 - color contains mainly: blue. Hex color #0074EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0074EB is #FF8B14. Grayscale: #5E5E5E. Windows color (decimal): -16747285 or 15430656. OLE color: 15430656.

HSL color Cylindrical-coordinate representation of color #0074EB: hue angle of 210.38º 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 #0074EB is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 116 235 -
CMYK 1 0.51 0 0.08
HSL 210.38º 1% 0.46% -
HSV(B) 210.38º 1% 0.92% -
XYZ 21.24 18.49 81.05 -
YUV 94.88 207.07 60.32 -
System Red Green Blue C M Y K H S L
Decimal 0 116 235 1 0.51 0 0.08 210.38 1 0.46
Hex 0 74 EB 64 33 0 8 D2 64 2E
Octal 0 164 353 144 63 0 10 322 144 56
Binary 0 1110100 11101011 1100100 110011 0 1000 11010010 1100100 101110

Color Harmonies of #0074EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0074EB

Black with #0074EB

Text Example


Text Example

White with #0074EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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