Html Css Color HEX #0B51F8 Navy Blue

📋 copy color: '#0B51F8'

red 11 ◦ green 81 ◦ blue 248

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

Shades of Navy Blue #0B51F8

Tints of Navy Blue #0B51F8

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.82%

 BLUE value IS 248 (97.27% from 255) = 72.94%

R = 3.24%
G = 23.82%
B = 72.94%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0B51F8 (or 0x0B51F8) is known color: Navy Blue. HEX triplet: 0B, 51 and F8. RGB value is (11,81,248). Sum of RGB (Red+Green+Blue) = 11+81+248=340 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 248 (97.27% from 255 or 72.94% from 340); Max value from RGB is 248 - color contains mainly: blue. Hex color #0B51F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B51F8 is #F4AE07. Grayscale: #4E4E4E. Windows color (decimal): -16035336 or 16273675. OLE color: 16273675.

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

Color convert

RGB 11 81 248 -
CMYK 0.96 0.67 0 0.03
HSL 222.28º 0.94% 0.51% -
HSV(B) 222.28º 0.96% 0.97% -
XYZ 20.02 12.73 90.21 -
YUV 79.11 223.31 79.42 -
System Red Green Blue C M Y K H S L
Decimal 11 81 248 0.96 0.67 0 0.03 222.28 0.94 0.51
Hex B 51 F8 60 43 0 3 DE 5E 33
Octal 13 121 370 140 103 0 3 336 136 63
Binary 1011 1010001 11111000 1100000 1000011 0 11 11011110 1011110 110011

Color Harmonies of #0B51F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B51F8

Black with #0B51F8

Text Example


Text Example

White with #0B51F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,81,248); }

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

background-color css

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

 a { background-color: rgb(11,81,248); }

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

border-color css

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

 span { border-color: rgb(11,81,248); }

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