Html Css Color HEX #0754FB Navy Blue

📋 copy color: '#0754FB'

red 7 ◦ green 84 ◦ blue 251

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

Shades of Navy Blue #0754FB

Tints of Navy Blue #0754FB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.56%

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

R = 2.05%
G = 24.56%
B = 73.39%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0754FB (or 0x0754FB) is known color: Navy Blue. HEX triplet: 07, 54 and FB. RGB value is (7,84,251). Sum of RGB (Red+Green+Blue) = 7+84+251=342 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 251 (98.44% from 255 or 73.39% from 342); Max value from RGB is 251 - color contains mainly: blue. Hex color #0754FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0754FB is #F8AB04. Grayscale: #4F4F4F. Windows color (decimal): -16296709 or 16471047. OLE color: 16471047.

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

Color convert

RGB 7 84 251 -
CMYK 0.97 0.67 0 0.02
HSL 221.07º 0.97% 0.51% -
HSV(B) 221.07º 0.97% 0.98% -
XYZ 20.67 13.35 92.75 -
YUV 80.02 224.49 75.92 -
System Red Green Blue C M Y K H S L
Decimal 7 84 251 0.97 0.67 0 0.02 221.07 0.97 0.51
Hex 7 54 FB 61 43 0 2 DD 61 33
Octal 7 124 373 141 103 0 2 335 141 63
Binary 111 1010100 11111011 1100001 1000011 0 10 11011101 1100001 110011

Color Harmonies of #0754FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0754FB

Black with #0754FB

Text Example


Text Example

White with #0754FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0754FB; }

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

 H1.HeaderClassName
 {
   color: #0754FB;
 }
 .AnyTagClassName
 {
   color: #0754FB;
 }
</style>

background-color css

<style>
 a { background-color: #0754FB; }

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

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

border-color css

<style>
 span { border-color: #0754FB; }

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

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