Html Css Color HEX #0F4CFD Navy Blue

📋 copy color: '#0F4CFD'

red 15 ◦ green 76 ◦ blue 253

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

Shades of Navy Blue #0F4CFD

Tints of Navy Blue #0F4CFD

RGB

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

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

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

R = 4.36%
G = 22.09%
B = 73.55%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0F4CFD (or 0x0F4CFD) is known color: Navy Blue. HEX triplet: 0F, 4C and FD. RGB value is (15,76,253). Sum of RGB (Red+Green+Blue) = 15+76+253=344 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.36% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 253 (99.22% from 255 or 73.55% from 344); Max value from RGB is 253 - color contains mainly: blue. Hex color #0F4CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F4CFD is #F0B302. Grayscale: #4D4D4D. Windows color (decimal): -15774467 or 16600079. OLE color: 16600079.

HSL color Cylindrical-coordinate representation of color #0F4CFD: hue angle of 224.62º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F4CFD is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 76 253 -
CMYK 0.94 0.70 0 0.01
HSL 224.62º 0.98% 0.53% -
HSV(B) 224.62º 0.94% 0.99% -
XYZ 20.51 12.36 94.23 -
YUV 77.94 226.79 83.11 -
System Red Green Blue C M Y K H S L
Decimal 15 76 253 0.94 0.70 0 0.01 224.62 0.98 0.53
Hex F 4C FD 5E 46 0 1 E1 62 35
Octal 17 114 375 136 106 0 1 341 142 65
Binary 1111 1001100 11111101 1011110 1000110 0 1 11100001 1100010 110101

Color Harmonies of #0F4CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4CFD

Black with #0F4CFD

Text Example


Text Example

White with #0F4CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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