Html Css Color HEX #0B48FF Navy Blue

📋 copy color: '#0B48FF'

red 11 ◦ green 72 ◦ blue 255

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

Shades of Navy Blue #0B48FF

Tints of Navy Blue #0B48FF

RGB

 RED value IS 11 (4.69% from 255) = 3.25%

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

 BLUE value IS 255 (100% from 255) = 75.44%

R = 3.25%
G = 21.3%
B = 75.44%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0B48FF (or 0x0B48FF) is known color: Navy Blue. HEX triplet: 0B, 48 and FF. RGB value is (11,72,255). Sum of RGB (Red+Green+Blue) = 11+72+255=338 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.25% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B48FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B48FF is #F4B700. Grayscale: #494949. Windows color (decimal): -16037633 or 16730123. OLE color: 16730123.

HSL color Cylindrical-coordinate representation of color #0B48FF: hue angle of 225º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B48FF is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 11 72 255 -
CMYK 0.96 0.72 0 0
HSL 225º 1% 0.52% -
HSV(B) 225º 0.96% 1% -
XYZ 20.51 11.93 95.83 -
YUV 74.62 229.79 82.62 -
System Red Green Blue C M Y K H S L
Decimal 11 72 255 0.96 0.72 0 0 225 1 0.52
Hex B 48 FF 60 48 0 0 E1 64 34
Octal 13 110 377 140 110 0 0 341 144 64
Binary 1011 1001000 11111111 1100000 1001000 0 0 11100001 1100100 110100

Color Harmonies of #0B48FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B48FF

Black with #0B48FF

Text Example


Text Example

White with #0B48FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B48FF; }

 p { color: rgb(11,72,255); }

 H1.HeaderClassName
 {
   color: #0B48FF;
 }
 .AnyTagClassName
 {
   color: #0B48FF;
 }
</style>

background-color css

<style>
 a { background-color: #0B48FF; }

 a { background-color: rgb(11,72,255); }

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

border-color css

<style>
 span { border-color: #0B48FF; }

 span { border-color: rgb(11,72,255); }

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