Html Css Color HEX #0B4CFD Navy Blue

📋 copy color: '#0B4CFD'

red 11 ◦ green 76 ◦ blue 253

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

Shades of Navy Blue #0B4CFD

Tints of Navy Blue #0B4CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.35%

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

R = 3.24%
G = 22.35%
B = 74.41%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0B4CFD (or 0x0B4CFD) is known color: Navy Blue. HEX triplet: 0B, 4C and FD. RGB value is (11,76,253). Sum of RGB (Red+Green+Blue) = 11+76+253=340 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 253 (99.22% from 255 or 74.41% from 340); Max value from RGB is 253 - color contains mainly: blue. Hex color #0B4CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B4CFD is #F4B302. Grayscale: #4B4B4B. Windows color (decimal): -16036611 or 16600075. OLE color: 16600075.

HSL color Cylindrical-coordinate representation of color #0B4CFD: hue angle of 223.88º 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 #0B4CFD is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 11 76 253 -
CMYK 0.96 0.70 0 0.01
HSL 223.88º 0.98% 0.52% -
HSV(B) 223.88º 0.96% 0.99% -
XYZ 20.45 12.33 94.23 -
YUV 76.74 227.47 81.11 -
System Red Green Blue C M Y K H S L
Decimal 11 76 253 0.96 0.70 0 0.01 223.88 0.98 0.52
Hex B 4C FD 60 46 0 1 E0 62 34
Octal 13 114 375 140 106 0 1 340 142 64
Binary 1011 1001100 11111101 1100000 1000110 0 1 11100000 1100010 110100

Color Harmonies of #0B4CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4CFD

Black with #0B4CFD

Text Example


Text Example

White with #0B4CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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