Html Css Color HEX #0F1B4D Midnight Express

📋 copy color: '#0F1B4D'

red 15 ◦ green 27 ◦ blue 77

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

Shades of Midnight Express #0F1B4D

Tints of Midnight Express #0F1B4D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 22.69%

 BLUE value IS 77 (30.47% from 255) = 64.71%

R = 12.61%
G = 22.69%
B = 64.71%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0F1B4D (or 0x0F1B4D) is known color: Midnight Express. HEX triplet: 0F, 1B and 4D. RGB value is (15,27,77). Sum of RGB (Red+Green+Blue) = 15+27+77=119 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.61% from 119); Green value is 27 (10.94% from 255 or 22.69% from 119); Blue value is 77 (30.47% from 255 or 64.71% from 119); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F1B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1B4D is #F0E4B2. Grayscale: #1C1C1C. Windows color (decimal): -15787187 or 5053199. OLE color: 5053199.

HSL color Cylindrical-coordinate representation of color #0F1B4D: hue angle of 228.39º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F1B4D is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 15 27 77 -
CMYK 0.81 0.65 0 0.70
HSL 228.39º 0.67% 0.18% -
HSV(B) 228.39º 0.81% 0.3% -
XYZ 1.93 1.42 7.19 -
YUV 29.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 15 27 77 0.81 0.65 0 0.70 228.39 0.67 0.18
Hex F 1B 4D 51 41 0 46 E4 43 12
Octal 17 33 115 121 101 0 106 344 103 22
Binary 1111 11011 1001101 1010001 1000001 0 1000110 11100100 1000011 10010

Color Harmonies of #0F1B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1B4D

Black with #0F1B4D

Text Example


Text Example

White with #0F1B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,27,77); }

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

background-color css

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

 a { background-color: rgb(15,27,77); }

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

border-color css

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

 span { border-color: rgb(15,27,77); }

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