Html Css Color HEX #0B4ADF Navy Blue

📋 copy color: '#0B4ADF'

red 11 ◦ green 74 ◦ blue 223

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

Shades of Navy Blue #0B4ADF

Tints of Navy Blue #0B4ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.4%

R = 3.57%
G = 24.03%
B = 72.4%

CMYK

 C value IS 0.95

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0B4ADF (or 0x0B4ADF) is known color: Navy Blue. HEX triplet: 0B, 4A and DF. RGB value is (11,74,223). Sum of RGB (Red+Green+Blue) = 11+74+223=308 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.57% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 223 (87.5% from 255 or 72.40% from 308); Max value from RGB is 223 - color contains mainly: blue. Hex color #0B4ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B4ADF is #F4B520. Grayscale: #474747. Windows color (decimal): -16037153 or 14633483. OLE color: 14633483.

HSL color Cylindrical-coordinate representation of color #0B4ADF: hue angle of 222.17º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B4ADF is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 74 223 -
CMYK 0.95 0.67 0 0.13
HSL 222.17º 0.91% 0.46% -
HSV(B) 222.17º 0.95% 0.87% -
XYZ 15.91 10.3 70.96 -
YUV 72.15 213.13 84.38 -
System Red Green Blue C M Y K H S L
Decimal 11 74 223 0.95 0.67 0 0.13 222.17 0.91 0.46
Hex B 4A DF 5F 43 0 D DE 5B 2E
Octal 13 112 337 137 103 0 15 336 133 56
Binary 1011 1001010 11011111 1011111 1000011 0 1101 11011110 1011011 101110

Color Harmonies of #0B4ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4ADF

Black with #0B4ADF

Text Example


Text Example

White with #0B4ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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