Html Css Color HEX #0F264A Midnight

📋 copy color: '#0F264A'

red 15 ◦ green 38 ◦ blue 74

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

Shades of Midnight #0F264A

Tints of Midnight #0F264A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.92%

 BLUE value IS 74 (29.3% from 255) = 58.27%

R = 11.81%
G = 29.92%
B = 58.27%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0F264A (or 0x0F264A) is known color: Midnight. HEX triplet: 0F, 26 and 4A. RGB value is (15,38,74). Sum of RGB (Red+Green+Blue) = 15+38+74=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 74 (29.30% from 255 or 58.27% from 127); Max value from RGB is 74 - color contains mainly: blue. Hex color #0F264A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F264A is #F0D9B5. Grayscale: #232323. Windows color (decimal): -15784374 or 4859407. OLE color: 4859407.

HSL color Cylindrical-coordinate representation of color #0F264A: hue angle of 216.61º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F264A is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 15 38 74 -
CMYK 0.80 0.49 0 0.71
HSL 216.61º 0.66% 0.17% -
HSV(B) 216.61º 0.8% 0.29% -
XYZ 2.13 1.98 6.75 -
YUV 35.23 149.88 113.57 -
System Red Green Blue C M Y K H S L
Decimal 15 38 74 0.80 0.49 0 0.71 216.61 0.66 0.17
Hex F 26 4A 50 31 0 47 D9 42 11
Octal 17 46 112 120 61 0 107 331 102 21
Binary 1111 100110 1001010 1010000 110001 0 1000111 11011001 1000010 10001

Color Harmonies of #0F264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F264A

Black with #0F264A

Text Example


Text Example

White with #0F264A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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