Html Css Color HEX #0148EB Navy Blue

📋 copy color: '#0148EB'

red 1 ◦ green 72 ◦ blue 235

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

Shades of Navy Blue #0148EB

Tints of Navy Blue #0148EB

RGB

 RED value IS 1 (0.78% from 255) = 0.32%

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

 BLUE value IS 235 (92.19% from 255) = 76.3%

R = 0.32%
G = 23.38%
B = 76.3%

CMYK

 C value IS 1.00

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0148EB (or 0x0148EB) is known color: Navy Blue. HEX triplet: 01, 48 and EB. RGB value is (1,72,235). Sum of RGB (Red+Green+Blue) = 1+72+235=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 235 (92.19% from 255 or 76.30% from 308); Max value from RGB is 235 - color contains mainly: blue. Hex color #0148EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0148EB is #FEB714. Grayscale: #444444. Windows color (decimal): -16693013 or 15419393. OLE color: 15419393.

HSL color Cylindrical-coordinate representation of color #0148EB: hue angle of 221.79º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0148EB is Cyan = 1.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 72 235 -
CMYK 1.00 0.69 0 0.08
HSL 221.79º 0.99% 0.46% -
HSV(B) 221.79º 1% 0.92% -
XYZ 17.33 10.64 79.74 -
YUV 69.35 221.48 79.25 -
System Red Green Blue C M Y K H S L
Decimal 1 72 235 1.00 0.69 0 0.08 221.79 0.99 0.46
Hex 1 48 EB 64 45 0 8 DE 63 2E
Octal 1 110 353 144 105 0 10 336 143 56
Binary 1 1001000 11101011 1100100 1000101 0 1000 11011110 1100011 101110

Color Harmonies of #0148EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0148EB

Black with #0148EB

Text Example


Text Example

White with #0148EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0148EB; }

 p { color: rgb(1,72,235); }

 H1.HeaderClassName
 {
   color: #0148EB;
 }
 .AnyTagClassName
 {
   color: #0148EB;
 }
</style>

background-color css

<style>
 a { background-color: #0148EB; }

 a { background-color: rgb(1,72,235); }

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

border-color css

<style>
 span { border-color: #0148EB; }

 span { border-color: rgb(1,72,235); }

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