Html Css Color HEX #0974EA Navy Blue

📋 copy color: '#0974EA'

red 9 ◦ green 116 ◦ blue 234

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

Shades of Navy Blue #0974EA

Tints of Navy Blue #0974EA

RGB

 RED value IS 9 (3.91% from 255) = 2.51%

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

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

R = 2.51%
G = 32.31%
B = 65.18%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0974EA (or 0x0974EA) is known color: Navy Blue. HEX triplet: 09, 74 and EA. RGB value is (9,116,234). Sum of RGB (Red+Green+Blue) = 9+116+234=359 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 234 (91.80% from 255 or 65.18% from 359); Max value from RGB is 234 - color contains mainly: blue. Hex color #0974EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0974EA is #F68B15. Grayscale: #606060. Windows color (decimal): -16157462 or 15365129. OLE color: 15365129.

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

Color convert

RGB 9 116 234 -
CMYK 0.96 0.50 0 0.08
HSL 211.47º 0.93% 0.48% -
HSV(B) 211.47º 0.96% 0.92% -
XYZ 21.21 18.49 80.29 -
YUV 97.46 205.05 64.91 -
System Red Green Blue C M Y K H S L
Decimal 9 116 234 0.96 0.50 0 0.08 211.47 0.93 0.48
Hex 9 74 EA 60 32 0 8 D3 5D 30
Octal 11 164 352 140 62 0 10 323 135 60
Binary 1001 1110100 11101010 1100000 110010 0 1000 11010011 1011101 110000

Color Harmonies of #0974EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0974EA

Black with #0974EA

Text Example


Text Example

White with #0974EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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