Html Css Color HEX #075CF0 Navy Blue

📋 copy color: '#075CF0'

red 7 ◦ green 92 ◦ blue 240

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

Shades of Navy Blue #075CF0

Tints of Navy Blue #075CF0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.14%

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

R = 2.06%
G = 27.14%
B = 70.8%

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

#075CF0 (or 0x075CF0) is known color: Navy Blue. HEX triplet: 07, 5C and F0. RGB value is (7,92,240). Sum of RGB (Red+Green+Blue) = 7+92+240=339 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 240 (94.14% from 255 or 70.80% from 339); Max value from RGB is 240 - color contains mainly: blue. Hex color #075CF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075CF0 is #F8A30F. Grayscale: #525252. Windows color (decimal): -16294672 or 15752199. OLE color: 15752199.

HSL color Cylindrical-coordinate representation of color #075CF0: hue angle of 218.11º 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 #075CF0 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 7 92 240 -
CMYK 0.97 0.62 0 0.06
HSL 218.11º 0.94% 0.48% -
HSV(B) 218.11º 0.97% 0.94% -
XYZ 19.64 13.99 84.1 -
YUV 83.46 216.34 73.47 -
System Red Green Blue C M Y K H S L
Decimal 7 92 240 0.97 0.62 0 0.06 218.11 0.94 0.48
Hex 7 5C F0 61 3E 0 6 DA 5E 30
Octal 7 134 360 141 76 0 6 332 136 60
Binary 111 1011100 11110000 1100001 111110 0 110 11011010 1011110 110000

Color Harmonies of #075CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075CF0

Black with #075CF0

Text Example


Text Example

White with #075CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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