Html Css Color HEX #0B58FD Navy Blue

📋 copy color: '#0B58FD'

red 11 ◦ green 88 ◦ blue 253

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

Shades of Navy Blue #0B58FD

Tints of Navy Blue #0B58FD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25%

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

R = 3.13%
G = 25%
B = 71.88%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0B58FD (or 0x0B58FD) is known color: Navy Blue. HEX triplet: 0B, 58 and FD. RGB value is (11,88,253). Sum of RGB (Red+Green+Blue) = 11+88+253=352 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 253 (99.22% from 255 or 71.88% from 352); Max value from RGB is 253 - color contains mainly: blue. Hex color #0B58FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B58FD is #F4A702. Grayscale: #535353. Windows color (decimal): -16033539 or 16603147. OLE color: 16603147.

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

Color convert

RGB 11 88 253 -
CMYK 0.96 0.65 0 0.01
HSL 220.91º 0.98% 0.52% -
HSV(B) 220.91º 0.96% 0.99% -
XYZ 21.36 14.14 94.53 -
YUV 83.79 223.49 76.08 -
System Red Green Blue C M Y K H S L
Decimal 11 88 253 0.96 0.65 0 0.01 220.91 0.98 0.52
Hex B 58 FD 60 41 0 1 DD 62 34
Octal 13 130 375 140 101 0 1 335 142 64
Binary 1011 1011000 11111101 1100000 1000001 0 1 11011101 1100010 110100

Color Harmonies of #0B58FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B58FD

Black with #0B58FD

Text Example


Text Example

White with #0B58FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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