Html Css Color HEX #0B41FC Navy Blue

📋 copy color: '#0B41FC'

red 11 ◦ green 65 ◦ blue 252

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

Shades of Navy Blue #0B41FC

Tints of Navy Blue #0B41FC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.82%

 BLUE value IS 252 (98.83% from 255) = 76.83%

R = 3.35%
G = 19.82%
B = 76.83%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0B41FC (or 0x0B41FC) is known color: Navy Blue. HEX triplet: 0B, 41 and FC. RGB value is (11,65,252). Sum of RGB (Red+Green+Blue) = 11+65+252=328 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.35% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 252 (98.83% from 255 or 76.83% from 328); Max value from RGB is 252 - color contains mainly: blue. Hex color #0B41FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B41FC is #F4BE03. Grayscale: #454545. Windows color (decimal): -16039428 or 16531723. OLE color: 16531723.

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

Color convert

RGB 11 65 252 -
CMYK 0.96 0.74 0 0.01
HSL 226.56º 0.98% 0.52% -
HSV(B) 226.56º 0.96% 0.99% -
XYZ 19.6 10.88 93.16 -
YUV 70.17 230.61 85.79 -
System Red Green Blue C M Y K H S L
Decimal 11 65 252 0.96 0.74 0 0.01 226.56 0.98 0.52
Hex B 41 FC 60 4A 0 1 E3 62 34
Octal 13 101 374 140 112 0 1 343 142 64
Binary 1011 1000001 11111100 1100000 1001010 0 1 11100011 1100010 110100

Color Harmonies of #0B41FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B41FC

Black with #0B41FC

Text Example


Text Example

White with #0B41FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,65,252); }

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

background-color css

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

 a { background-color: rgb(11,65,252); }

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

border-color css

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

 span { border-color: rgb(11,65,252); }

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