Html Css Color HEX #0748FB Navy Blue

📋 copy color: '#0748FB'

red 7 ◦ green 72 ◦ blue 251

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

Shades of Navy Blue #0748FB

Tints of Navy Blue #0748FB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.82%

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

R = 2.12%
G = 21.82%
B = 76.06%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0748FB (or 0x0748FB) is known color: Navy Blue. HEX triplet: 07, 48 and FB. RGB value is (7,72,251). Sum of RGB (Red+Green+Blue) = 7+72+251=330 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.12% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 251 (98.44% from 255 or 76.06% from 330); Max value from RGB is 251 - color contains mainly: blue. Hex color #0748FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0748FB is #F8B704. Grayscale: #484848. Windows color (decimal): -16299781 or 16467975. OLE color: 16467975.

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

Color convert

RGB 7 72 251 -
CMYK 0.97 0.71 0 0.02
HSL 224.02º 0.97% 0.51% -
HSV(B) 224.02º 0.97% 0.98% -
XYZ 19.82 11.64 92.47 -
YUV 72.97 228.47 80.95 -
System Red Green Blue C M Y K H S L
Decimal 7 72 251 0.97 0.71 0 0.02 224.02 0.97 0.51
Hex 7 48 FB 61 47 0 2 E0 61 33
Octal 7 110 373 141 107 0 2 340 141 63
Binary 111 1001000 11111011 1100001 1000111 0 10 11100000 1100001 110011

Color Harmonies of #0748FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0748FB

Black with #0748FB

Text Example


Text Example

White with #0748FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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