Html Css Color HEX #0F4CE0 Navy Blue

📋 copy color: '#0F4CE0'

red 15 ◦ green 76 ◦ blue 224

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

Shades of Navy Blue #0F4CE0

Tints of Navy Blue #0F4CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 71.11%

R = 4.76%
G = 24.13%
B = 71.11%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0F4CE0 (or 0x0F4CE0) is known color: Navy Blue. HEX triplet: 0F, 4C and E0. RGB value is (15,76,224). Sum of RGB (Red+Green+Blue) = 15+76+224=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 224 (87.89% from 255 or 71.11% from 315); Max value from RGB is 224 - color contains mainly: blue. Hex color #0F4CE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F4CE0 is #F0B31F. Grayscale: #494949. Windows color (decimal): -15774496 or 14699535. OLE color: 14699535.

HSL color Cylindrical-coordinate representation of color #0F4CE0: hue angle of 222.49º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F4CE0 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 15 76 224 -
CMYK 0.93 0.66 0 0.12
HSL 222.49º 0.87% 0.47% -
HSV(B) 222.49º 0.93% 0.88% -
XYZ 16.24 10.65 71.72 -
YUV 74.63 212.29 85.47 -
System Red Green Blue C M Y K H S L
Decimal 15 76 224 0.93 0.66 0 0.12 222.49 0.87 0.47
Hex F 4C E0 5D 42 0 C DE 57 2F
Octal 17 114 340 135 102 0 14 336 127 57
Binary 1111 1001100 11100000 1011101 1000010 0 1100 11011110 1010111 101111

Color Harmonies of #0F4CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4CE0

Black with #0F4CE0

Text Example


Text Example

White with #0F4CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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