Html Css Color HEX #0975EA Navy Blue

📋 copy color: '#0975EA'

red 9 ◦ green 117 ◦ blue 234

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

Shades of Navy Blue #0975EA

Tints of Navy Blue #0975EA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.5%

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

R = 2.5%
G = 32.5%
B = 65%

CMYK

 C value IS 0.96

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0975EA (or 0x0975EA) is known color: Navy Blue. HEX triplet: 09, 75 and EA. RGB value is (9,117,234). Sum of RGB (Red+Green+Blue) = 9+117+234=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #0975EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0975EA is #F68A15. Grayscale: #616161. Windows color (decimal): -16157206 or 15365385. OLE color: 15365385.

HSL color Cylindrical-coordinate representation of color #0975EA: hue angle of 211.2º 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 #0975EA is Cyan = 0.96, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 9 117 234 -
CMYK 0.96 0.5 0 0.08
HSL 211.2º 0.93% 0.48% -
HSV(B) 211.2º 0.96% 0.92% -
XYZ 21.33 18.72 80.33 -
YUV 98.05 204.72 64.49 -
System Red Green Blue C M Y K H S L
Decimal 9 117 234 0.96 0.5 0 0.08 211.2 0.93 0.48
Hex 9 75 EA 60 32 0 8 D3 5D 30
Octal 11 165 352 140 62 0 10 323 135 60
Binary 1001 1110101 11101010 1100000 110010 0 1000 11010011 1011101 110000

Color Harmonies of #0975EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0975EA

Black with #0975EA

Text Example


Text Example

White with #0975EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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