Html Css Color HEX #0F44FB Navy Blue

📋 copy color: '#0F44FB'

red 15 ◦ green 68 ◦ blue 251

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

Shades of Navy Blue #0F44FB

Tints of Navy Blue #0F44FB

RGB

 RED value IS 15 (6.25% from 255) = 4.49%

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

 BLUE value IS 251 (98.44% from 255) = 75.15%

R = 4.49%
G = 20.36%
B = 75.15%

CMYK

 C value IS 0.94

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0F44FB (or 0x0F44FB) is known color: Navy Blue. HEX triplet: 0F, 44 and FB. RGB value is (15,68,251). Sum of RGB (Red+Green+Blue) = 15+68+251=334 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.49% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 251 (98.44% from 255 or 75.15% from 334); Max value from RGB is 251 - color contains mainly: blue. Hex color #0F44FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F44FB is #F0BB04. Grayscale: #484848. Windows color (decimal): -15776517 or 16466959. OLE color: 16466959.

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

Color convert

RGB 15 68 251 -
CMYK 0.94 0.73 0 0.02
HSL 226.53º 0.97% 0.52% -
HSV(B) 226.53º 0.94% 0.98% -
XYZ 19.68 11.2 92.39 -
YUV 73.02 228.44 86.62 -
System Red Green Blue C M Y K H S L
Decimal 15 68 251 0.94 0.73 0 0.02 226.53 0.97 0.52
Hex F 44 FB 5E 49 0 2 E3 61 34
Octal 17 104 373 136 111 0 2 343 141 64
Binary 1111 1000100 11111011 1011110 1001001 0 10 11100011 1100001 110100

Color Harmonies of #0F44FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F44FB

Black with #0F44FB

Text Example


Text Example

White with #0F44FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,68,251); }

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

background-color css

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

 a { background-color: rgb(15,68,251); }

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

border-color css

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

 span { border-color: rgb(15,68,251); }

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