Html Css Color HEX #0B44F9 Navy Blue

📋 copy color: '#0B44F9'

red 11 ◦ green 68 ◦ blue 249

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

Shades of Navy Blue #0B44F9

Tints of Navy Blue #0B44F9

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.73%

 BLUE value IS 249 (97.66% from 255) = 75.91%

R = 3.35%
G = 20.73%
B = 75.91%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0B44F9 (or 0x0B44F9) is known color: Navy Blue. HEX triplet: 0B, 44 and F9. RGB value is (11,68,249). Sum of RGB (Red+Green+Blue) = 11+68+249=328 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.35% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 249 (97.66% from 255 or 75.91% from 328); Max value from RGB is 249 - color contains mainly: blue. Hex color #0B44F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B44F9 is #F4BB06. Grayscale: #464646. Windows color (decimal): -16038663 or 16335883. OLE color: 16335883.

HSL color Cylindrical-coordinate representation of color #0B44F9: hue angle of 225.63º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B44F9 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 68 249 -
CMYK 0.96 0.73 0 0.02
HSL 225.63º 0.95% 0.51% -
HSV(B) 225.63º 0.96% 0.98% -
XYZ 19.3 11.04 90.74 -
YUV 71.59 228.12 84.78 -
System Red Green Blue C M Y K H S L
Decimal 11 68 249 0.96 0.73 0 0.02 225.63 0.95 0.51
Hex B 44 F9 60 49 0 2 E2 5F 33
Octal 13 104 371 140 111 0 2 342 137 63
Binary 1011 1000100 11111001 1100000 1001001 0 10 11100010 1011111 110011

Color Harmonies of #0B44F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B44F9

Black with #0B44F9

Text Example


Text Example

White with #0B44F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,68,249); }

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

background-color css

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

 a { background-color: rgb(11,68,249); }

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

border-color css

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

 span { border-color: rgb(11,68,249); }

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