Html Css Color HEX #0C264A Midnight

📋 copy color: '#0C264A'

red 12 ◦ green 38 ◦ blue 74

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

Shades of Midnight #0C264A

Tints of Midnight #0C264A

RGB

 RED value IS 12 (5.08% from 255) = 9.68%

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

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

R = 9.68%
G = 30.65%
B = 59.68%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0C264A (or 0x0C264A) is known color: Midnight. HEX triplet: 0C, 26 and 4A. RGB value is (12,38,74). Sum of RGB (Red+Green+Blue) = 12+38+74=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 74 (29.30% from 255 or 59.68% from 124); Max value from RGB is 74 - color contains mainly: blue. Hex color #0C264A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C264A is #F3D9B5. Grayscale: #222222. Windows color (decimal): -15980982 or 4859404. OLE color: 4859404.

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

Color convert

RGB 12 38 74 -
CMYK 0.84 0.49 0 0.71
HSL 214.84º 0.72% 0.17% -
HSV(B) 214.84º 0.84% 0.29% -
XYZ 2.08 1.96 6.75 -
YUV 34.33 150.39 112.07 -
System Red Green Blue C M Y K H S L
Decimal 12 38 74 0.84 0.49 0 0.71 214.84 0.72 0.17
Hex C 26 4A 54 31 0 47 D7 48 11
Octal 14 46 112 124 61 0 107 327 110 21
Binary 1100 100110 1001010 1010100 110001 0 1000111 11010111 1001000 10001

Color Harmonies of #0C264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C264A

Black with #0C264A

Text Example


Text Example

White with #0C264A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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