Html Css Color HEX #0F4CE4 Navy Blue

📋 copy color: '#0F4CE4'

red 15 ◦ green 76 ◦ blue 228

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

Shades of Navy Blue #0F4CE4

Tints of Navy Blue #0F4CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 71.47%

R = 4.7%
G = 23.82%
B = 71.47%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0F4CE4 (or 0x0F4CE4) is known color: Navy Blue. HEX triplet: 0F, 4C and E4. RGB value is (15,76,228). Sum of RGB (Red+Green+Blue) = 15+76+228=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 228 (89.45% from 255 or 71.47% from 319); Max value from RGB is 228 - color contains mainly: blue. Hex color #0F4CE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F4CE4 is #F0B31B. Grayscale: #4A4A4A. Windows color (decimal): -15774492 or 14961679. OLE color: 14961679.

HSL color Cylindrical-coordinate representation of color #0F4CE4: hue angle of 222.82º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F4CE4 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 15 76 228 -
CMYK 0.93 0.67 0 0.11
HSL 222.82º 0.88% 0.48% -
HSV(B) 222.82º 0.93% 0.89% -
XYZ 16.79 10.87 74.61 -
YUV 75.09 214.29 85.14 -
System Red Green Blue C M Y K H S L
Decimal 15 76 228 0.93 0.67 0 0.11 222.82 0.88 0.48
Hex F 4C E4 5D 43 0 B DF 58 30
Octal 17 114 344 135 103 0 13 337 130 60
Binary 1111 1001100 11100100 1011101 1000011 0 1011 11011111 1011000 110000

Color Harmonies of #0F4CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4CE4

Black with #0F4CE4

Text Example


Text Example

White with #0F4CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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