Html Css Color HEX #0B4FFD Navy Blue

📋 copy color: '#0B4FFD'

red 11 ◦ green 79 ◦ blue 253

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

Shades of Navy Blue #0B4FFD

Tints of Navy Blue #0B4FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.03%

 BLUE value IS 253 (99.22% from 255) = 73.76%

R = 3.21%
G = 23.03%
B = 73.76%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0B4FFD (or 0x0B4FFD) is known color: Navy Blue. HEX triplet: 0B, 4F and FD. RGB value is (11,79,253). Sum of RGB (Red+Green+Blue) = 11+79+253=343 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.21% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 253 (99.22% from 255 or 73.76% from 343); Max value from RGB is 253 - color contains mainly: blue. Hex color #0B4FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B4FFD is #F4B002. Grayscale: #4D4D4D. Windows color (decimal): -16035843 or 16600843. OLE color: 16600843.

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

Color convert

RGB 11 79 253 -
CMYK 0.96 0.69 0 0.01
HSL 223.14º 0.98% 0.52% -
HSV(B) 223.14º 0.96% 0.99% -
XYZ 20.66 12.75 94.3 -
YUV 78.5 226.47 79.85 -
System Red Green Blue C M Y K H S L
Decimal 11 79 253 0.96 0.69 0 0.01 223.14 0.98 0.52
Hex B 4F FD 60 45 0 1 DF 62 34
Octal 13 117 375 140 105 0 1 337 142 64
Binary 1011 1001111 11111101 1100000 1000101 0 1 11011111 1100010 110100

Color Harmonies of #0B4FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4FFD

Black with #0B4FFD

Text Example


Text Example

White with #0B4FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,79,253); }

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

background-color css

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

 a { background-color: rgb(11,79,253); }

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

border-color css

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

 span { border-color: rgb(11,79,253); }

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