Html Css Color HEX #075CFB Navy Blue

📋 copy color: '#075CFB'

red 7 ◦ green 92 ◦ blue 251

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

Shades of Navy Blue #075CFB

Tints of Navy Blue #075CFB

RGB

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

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

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

R = 2%
G = 26.29%
B = 71.71%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#075CFB (or 0x075CFB) is known color: Navy Blue. HEX triplet: 07, 5C and FB. RGB value is (7,92,251). Sum of RGB (Red+Green+Blue) = 7+92+251=350 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #075CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075CFB is #F8A304. Grayscale: #535353. Windows color (decimal): -16294661 or 16473095. OLE color: 16473095.

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

Color convert

RGB 7 92 251 -
CMYK 0.97 0.63 0 0.02
HSL 219.1º 0.97% 0.51% -
HSV(B) 219.1º 0.97% 0.98% -
XYZ 21.33 14.66 92.97 -
YUV 84.71 221.84 72.57 -
System Red Green Blue C M Y K H S L
Decimal 7 92 251 0.97 0.63 0 0.02 219.1 0.97 0.51
Hex 7 5C FB 61 3F 0 2 DB 61 33
Octal 7 134 373 141 77 0 2 333 141 63
Binary 111 1011100 11111011 1100001 111111 0 10 11011011 1100001 110011

Color Harmonies of #075CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075CFB

Black with #075CFB

Text Example


Text Example

White with #075CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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