Html Css Color HEX #0F4AFA Navy Blue

📋 copy color: '#0F4AFA'

red 15 ◦ green 74 ◦ blue 250

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

Shades of Navy Blue #0F4AFA

Tints of Navy Blue #0F4AFA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.83%

 BLUE value IS 250 (98.05% from 255) = 73.75%

R = 4.42%
G = 21.83%
B = 73.75%

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

#0F4AFA (or 0x0F4AFA) is known color: Navy Blue. HEX triplet: 0F, 4A and FA. RGB value is (15,74,250). Sum of RGB (Red+Green+Blue) = 15+74+250=339 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.42% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 250 (98.05% from 255 or 73.75% from 339); Max value from RGB is 250 - color contains mainly: blue. Hex color #0F4AFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F4AFA is #F0B505. Grayscale: #4B4B4B. Windows color (decimal): -15774982 or 16402959. OLE color: 16402959.

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

Color convert

RGB 15 74 250 -
CMYK 0.94 0.70 0 0.02
HSL 224.94º 0.96% 0.52% -
HSV(B) 224.94º 0.94% 0.98% -
XYZ 19.9 11.9 91.69 -
YUV 76.42 225.95 84.19 -
System Red Green Blue C M Y K H S L
Decimal 15 74 250 0.94 0.70 0 0.02 224.94 0.96 0.52
Hex F 4A FA 5E 46 0 2 E1 60 34
Octal 17 112 372 136 106 0 2 341 140 64
Binary 1111 1001010 11111010 1011110 1000110 0 10 11100001 1100000 110100

Color Harmonies of #0F4AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4AFA

Black with #0F4AFA

Text Example


Text Example

White with #0F4AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,74,250); }

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

background-color css

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

 a { background-color: rgb(15,74,250); }

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

border-color css

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

 span { border-color: rgb(15,74,250); }

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