Html Css Color HEX #0B4AFB Navy Blue

📋 copy color: '#0B4AFB'

red 11 ◦ green 74 ◦ blue 251

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

Shades of Navy Blue #0B4AFB

Tints of Navy Blue #0B4AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.02%

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

R = 3.27%
G = 22.02%
B = 74.7%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0B4AFB (or 0x0B4AFB) is known color: Navy Blue. HEX triplet: 0B, 4A and FB. RGB value is (11,74,251). Sum of RGB (Red+Green+Blue) = 11+74+251=336 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.27% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 251 (98.44% from 255 or 74.70% from 336); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B4AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B4AFB is #F4B504. Grayscale: #4A4A4A. Windows color (decimal): -16037125 or 16468491. OLE color: 16468491.

HSL color Cylindrical-coordinate representation of color #0B4AFB: hue angle of 224.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B4AFB is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 74 251 -
CMYK 0.96 0.71 0 0.02
HSL 224.25º 0.97% 0.51% -
HSV(B) 224.25º 0.96% 0.98% -
XYZ 20 11.93 92.52 -
YUV 75.34 227.13 82.11 -
System Red Green Blue C M Y K H S L
Decimal 11 74 251 0.96 0.71 0 0.02 224.25 0.97 0.51
Hex B 4A FB 60 47 0 2 E0 61 33
Octal 13 112 373 140 107 0 2 340 141 63
Binary 1011 1001010 11111011 1100000 1000111 0 10 11100000 1100001 110011

Color Harmonies of #0B4AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4AFB

Black with #0B4AFB

Text Example


Text Example

White with #0B4AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,74,251); }

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

background-color css

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

 a { background-color: rgb(11,74,251); }

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

border-color css

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

 span { border-color: rgb(11,74,251); }

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