Html Css Color HEX #0F4EEB Navy Blue

📋 copy color: '#0F4EEB'

red 15 ◦ green 78 ◦ blue 235

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

Shades of Navy Blue #0F4EEB

Tints of Navy Blue #0F4EEB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.78%

 BLUE value IS 235 (92.19% from 255) = 71.65%

R = 4.57%
G = 23.78%
B = 71.65%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0F4EEB (or 0x0F4EEB) is known color: Navy Blue. HEX triplet: 0F, 4E and EB. RGB value is (15,78,235). Sum of RGB (Red+Green+Blue) = 15+78+235=328 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.57% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 235 (92.19% from 255 or 71.65% from 328); Max value from RGB is 235 - color contains mainly: blue. Hex color #0F4EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F4EEB is #F0B114. Grayscale: #4C4C4C. Windows color (decimal): -15773973 or 15420943. OLE color: 15420943.

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

Color convert

RGB 15 78 235 -
CMYK 0.94 0.67 0 0.08
HSL 222.82º 0.88% 0.49% -
HSV(B) 222.82º 0.94% 0.92% -
XYZ 17.92 11.55 79.88 -
YUV 77.06 217.13 83.73 -
System Red Green Blue C M Y K H S L
Decimal 15 78 235 0.94 0.67 0 0.08 222.82 0.88 0.49
Hex F 4E EB 5E 43 0 8 DF 58 31
Octal 17 116 353 136 103 0 10 337 130 61
Binary 1111 1001110 11101011 1011110 1000011 0 1000 11011111 1011000 110001

Color Harmonies of #0F4EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4EEB

Black with #0F4EEB

Text Example


Text Example

White with #0F4EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,78,235); }

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

background-color css

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

 a { background-color: rgb(15,78,235); }

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

border-color css

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

 span { border-color: rgb(15,78,235); }

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