Html Css Color HEX #0B52FE Navy Blue

📋 copy color: '#0B52FE'

red 11 ◦ green 82 ◦ blue 254

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

Shades of Navy Blue #0B52FE

Tints of Navy Blue #0B52FE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.63%

 BLUE value IS 254 (99.61% from 255) = 73.2%

R = 3.17%
G = 23.63%
B = 73.2%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0B52FE (or 0x0B52FE) is known color: Navy Blue. HEX triplet: 0B, 52 and FE. RGB value is (11,82,254). Sum of RGB (Red+Green+Blue) = 11+82+254=347 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.17% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 254 (99.61% from 255 or 73.20% from 347); Max value from RGB is 254 - color contains mainly: blue. Hex color #0B52FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B52FE is #F4AD01. Grayscale: #4F4F4F. Windows color (decimal): -16035074 or 16667147. OLE color: 16667147.

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

Color convert

RGB 11 82 254 -
CMYK 0.96 0.68 0 0.00
HSL 222.47º 0.99% 0.52% -
HSV(B) 222.47º 0.96% 1% -
XYZ 21.04 13.26 95.22 -
YUV 80.38 225.98 78.51 -
System Red Green Blue C M Y K H S L
Decimal 11 82 254 0.96 0.68 0 0.00 222.47 0.99 0.52
Hex B 52 FE 60 44 0 0 DE 63 34
Octal 13 122 376 140 104 0 0 336 143 64
Binary 1011 1010010 11111110 1100000 1000100 0 0 11011110 1100011 110100

Color Harmonies of #0B52FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B52FE

Black with #0B52FE

Text Example


Text Example

White with #0B52FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,82,254); }

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

background-color css

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

 a { background-color: rgb(11,82,254); }

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

border-color css

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

 span { border-color: rgb(11,82,254); }

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