Html Css Color HEX #0F264C Midnight

📋 copy color: '#0F264C'

red 15 ◦ green 38 ◦ blue 76

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

Shades of Midnight #0F264C

Tints of Midnight #0F264C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 58.91%

R = 11.63%
G = 29.46%
B = 58.91%

CMYK

 C value IS 0.80

 M value IS 0.5

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0F264C (or 0x0F264C) is known color: Midnight. HEX triplet: 0F, 26 and 4C. RGB value is (15,38,76). Sum of RGB (Red+Green+Blue) = 15+38+76=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 76 (30.08% from 255 or 58.91% from 129); Max value from RGB is 76 - color contains mainly: blue. Hex color #0F264C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F264C is #F0D9B3. Grayscale: #232323. Windows color (decimal): -15784372 or 4990479. OLE color: 4990479.

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

Color convert

RGB 15 38 76 -
CMYK 0.80 0.5 0 0.70
HSL 217.38º 0.67% 0.18% -
HSV(B) 217.38º 0.8% 0.3% -
XYZ 2.19 2.01 7.11 -
YUV 35.46 150.88 113.41 -
System Red Green Blue C M Y K H S L
Decimal 15 38 76 0.80 0.5 0 0.70 217.38 0.67 0.18
Hex F 26 4C 50 32 0 46 D9 43 12
Octal 17 46 114 120 62 0 106 331 103 22
Binary 1111 100110 1001100 1010000 110010 0 1000110 11011001 1000011 10010

Color Harmonies of #0F264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F264C

Black with #0F264C

Text Example


Text Example

White with #0F264C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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