Html Css Color HEX #0748DE Navy Blue

📋 copy color: '#0748DE'

red 7 ◦ green 72 ◦ blue 222

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

Shades of Navy Blue #0748DE

Tints of Navy Blue #0748DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 73.75%

R = 2.33%
G = 23.92%
B = 73.75%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0748DE (or 0x0748DE) is known color: Navy Blue. HEX triplet: 07, 48 and DE. RGB value is (7,72,222). Sum of RGB (Red+Green+Blue) = 7+72+222=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 222 (87.11% from 255 or 73.75% from 301); Max value from RGB is 222 - color contains mainly: blue. Hex color #0748DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0748DE is #F8B721. Grayscale: #454545. Windows color (decimal): -16299810 or 14567431. OLE color: 14567431.

HSL color Cylindrical-coordinate representation of color #0748DE: hue angle of 221.86º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0748DE is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 72 222 -
CMYK 0.97 0.68 0 0.13
HSL 221.86º 0.94% 0.45% -
HSV(B) 221.86º 0.97% 0.87% -
XYZ 15.59 9.95 70.21 -
YUV 69.67 213.97 83.3 -
System Red Green Blue C M Y K H S L
Decimal 7 72 222 0.97 0.68 0 0.13 221.86 0.94 0.45
Hex 7 48 DE 61 44 0 D DE 5E 2D
Octal 7 110 336 141 104 0 15 336 136 55
Binary 111 1001000 11011110 1100001 1000100 0 1101 11011110 1011110 101101

Color Harmonies of #0748DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0748DE

Black with #0748DE

Text Example


Text Example

White with #0748DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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