Html Css Color HEX #0F4CFB Navy Blue

📋 copy color: '#0F4CFB'

red 15 ◦ green 76 ◦ blue 251

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

Shades of Navy Blue #0F4CFB

Tints of Navy Blue #0F4CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.22%

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

R = 4.39%
G = 22.22%
B = 73.39%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0F4CFB (or 0x0F4CFB) is known color: Navy Blue. HEX triplet: 0F, 4C and FB. RGB value is (15,76,251). Sum of RGB (Red+Green+Blue) = 15+76+251=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 251 (98.44% from 255 or 73.39% from 342); Max value from RGB is 251 - color contains mainly: blue. Hex color #0F4CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F4CFB is #F0B304. Grayscale: #4C4C4C. Windows color (decimal): -15774469 or 16469007. OLE color: 16469007.

HSL color Cylindrical-coordinate representation of color #0F4CFB: hue angle of 224.49º 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 #0F4CFB is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 76 251 -
CMYK 0.94 0.70 0 0.02
HSL 224.49º 0.97% 0.52% -
HSV(B) 224.49º 0.94% 0.98% -
XYZ 20.19 12.24 92.56 -
YUV 77.71 225.79 83.27 -
System Red Green Blue C M Y K H S L
Decimal 15 76 251 0.94 0.70 0 0.02 224.49 0.97 0.52
Hex F 4C FB 5E 46 0 2 E0 61 34
Octal 17 114 373 136 106 0 2 340 141 64
Binary 1111 1001100 11111011 1011110 1000110 0 10 11100000 1100001 110100

Color Harmonies of #0F4CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4CFB

Black with #0F4CFB

Text Example


Text Example

White with #0F4CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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