Html Css Color HEX #0174EA Navy Blue

📋 copy color: '#0174EA'

red 1 ◦ green 116 ◦ blue 234

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

Shades of Navy Blue #0174EA

Tints of Navy Blue #0174EA

RGB

 RED value IS 1 (0.78% from 255) = 0.28%

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

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

R = 0.28%
G = 33.05%
B = 66.67%

CMYK

 C value IS 1.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0174EA (or 0x0174EA) is known color: Navy Blue. HEX triplet: 01, 74 and EA. RGB value is (1,116,234). Sum of RGB (Red+Green+Blue) = 1+116+234=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 234 (91.80% from 255 or 66.67% from 351); Max value from RGB is 234 - color contains mainly: blue. Hex color #0174EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0174EA is #FE8B15. Grayscale: #5E5E5E. Windows color (decimal): -16681750 or 15365121. OLE color: 15365121.

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

Color convert

RGB 1 116 234 -
CMYK 1.00 0.50 0 0.08
HSL 210.39º 0.99% 0.46% -
HSV(B) 210.39º 1% 0.92% -
XYZ 21.11 18.44 80.29 -
YUV 95.07 206.4 60.91 -
System Red Green Blue C M Y K H S L
Decimal 1 116 234 1.00 0.50 0 0.08 210.39 0.99 0.46
Hex 1 74 EA 64 32 0 8 D2 63 2E
Octal 1 164 352 144 62 0 10 322 143 56
Binary 1 1110100 11101010 1100100 110010 0 1000 11010010 1100011 101110

Color Harmonies of #0174EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0174EA

Black with #0174EA

Text Example


Text Example

White with #0174EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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