Html Css Color HEX #075AFB Navy Blue

📋 copy color: '#075AFB'

red 7 ◦ green 90 ◦ blue 251

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

Shades of Navy Blue #075AFB

Tints of Navy Blue #075AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 72.13%

R = 2.01%
G = 25.86%
B = 72.13%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#075AFB (or 0x075AFB) is known color: Navy Blue. HEX triplet: 07, 5A and FB. RGB value is (7,90,251). Sum of RGB (Red+Green+Blue) = 7+90+251=348 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #075AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075AFB is #F8A504. Grayscale: #525252. Windows color (decimal): -16295173 or 16472583. OLE color: 16472583.

HSL color Cylindrical-coordinate representation of color #075AFB: hue angle of 219.59º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075AFB is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 90 251 -
CMYK 0.97 0.64 0 0.02
HSL 219.59º 0.97% 0.51% -
HSV(B) 219.59º 0.97% 0.98% -
XYZ 21.16 14.32 92.92 -
YUV 83.54 222.5 73.41 -
System Red Green Blue C M Y K H S L
Decimal 7 90 251 0.97 0.64 0 0.02 219.59 0.97 0.51
Hex 7 5A FB 61 40 0 2 DC 61 33
Octal 7 132 373 141 100 0 2 334 141 63
Binary 111 1011010 11111011 1100001 1000000 0 10 11011100 1100001 110011

Color Harmonies of #075AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075AFB

Black with #075AFB

Text Example


Text Example

White with #075AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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