#0075EA

Color #0075EA Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0075EA

Tints of Navy Blue #0075EA

Color information

#0075EA (or 0x0075EA) is unknown color: approx Navy Blue. HEX triplet: 00, 75 and EA. RGB value is (0,117,234). Sum of RGB (Red+Green+Blue) = 0+117+234=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 117 (46.09% from 255 or 33.33% 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 #0075EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0075EA is #FF8A15. Grayscale: #5E5E5E. Windows color (decimal): -16747030 or 15365376. OLE color: 15365376.

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

Color convert

RGB0117234-
CMYK10.500.08
HSL210º100%45.88%-
HSV(B)210º100%91.76%-
XYZ21.2118.6680.33-
YUV95.36206.2459.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 117 (46.09% from 255) = 33.33%
BLUE value IS 234 (91.80% from 255) = 66.67%
R=0%
G=33.33%
B=66.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal011723410.500.0821010045.88
Hex075EA643208d2642e
Octal01653521446201032214456
Binary0111010111101010110010011001001000110100101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0075EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0075EA;
 }
 .AnyTagClassName
 {
   color: #0075EA;
 }
</style>
background-color css

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

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

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

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

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

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