Html Css Color HEX #075AF0 Navy Blue

📋 copy color: '#075AF0'

red 7 ◦ green 90 ◦ blue 240

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

Shades of Navy Blue #075AF0

Tints of Navy Blue #075AF0

RGB

 RED value IS 7 (3.13% from 255) = 2.08%

 GREEN value IS 90 (35.55% from 255) = 26.71%

 BLUE value IS 240 (94.14% from 255) = 71.22%

R = 2.08%
G = 26.71%
B = 71.22%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#075AF0 (or 0x075AF0) is known color: Navy Blue. HEX triplet: 07, 5A and F0. RGB value is (7,90,240). Sum of RGB (Red+Green+Blue) = 7+90+240=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 240 (94.14% from 255 or 71.22% from 337); Max value from RGB is 240 - color contains mainly: blue. Hex color #075AF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075AF0 is #F8A50F. Grayscale: #515151. Windows color (decimal): -16295184 or 15751687. OLE color: 15751687.

HSL color Cylindrical-coordinate representation of color #075AF0: hue angle of 218.63º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075AF0 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 7 90 240 -
CMYK 0.97 0.62 0 0.06
HSL 218.63º 0.94% 0.48% -
HSV(B) 218.63º 0.97% 0.94% -
XYZ 19.47 13.65 84.05 -
YUV 82.28 217 74.3 -
System Red Green Blue C M Y K H S L
Decimal 7 90 240 0.97 0.62 0 0.06 218.63 0.94 0.48
Hex 7 5A F0 61 3E 0 6 DB 5E 30
Octal 7 132 360 141 76 0 6 333 136 60
Binary 111 1011010 11110000 1100001 111110 0 110 11011011 1011110 110000

Color Harmonies of #075AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075AF0

Black with #075AF0

Text Example


Text Example

White with #075AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075AF0; }

 p { color: rgb(7,90,240); }

 H1.HeaderClassName
 {
   color: #075AF0;
 }
 .AnyTagClassName
 {
   color: #075AF0;
 }
</style>

background-color css

<style>
 a { background-color: #075AF0; }

 a { background-color: rgb(7,90,240); }

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

border-color css

<style>
 span { border-color: #075AF0; }

 span { border-color: rgb(7,90,240); }

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