Html Css Color HEX #0C144B Midnight Express

📋 copy color: '#0C144B'

red 12 ◦ green 20 ◦ blue 75

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

Shades of Midnight Express #0C144B

Tints of Midnight Express #0C144B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.69%

 BLUE value IS 75 (29.69% from 255) = 70.09%

R = 11.21%
G = 18.69%
B = 70.09%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0C144B (or 0x0C144B) is known color: Midnight Express. HEX triplet: 0C, 14 and 4B. RGB value is (12,20,75). Sum of RGB (Red+Green+Blue) = 12+20+75=107 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.21% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 75 (29.69% from 255 or 70.09% from 107); Max value from RGB is 75 - color contains mainly: blue. Hex color #0C144B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C144B is #F3EBB4. Grayscale: #171717. Windows color (decimal): -15985589 or 4920332. OLE color: 4920332.

HSL color Cylindrical-coordinate representation of color #0C144B: hue angle of 232.38º 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 #0C144B is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 12 20 75 -
CMYK 0.84 0.73 0 0.71
HSL 232.38º 0.72% 0.17% -
HSV(B) 232.38º 0.84% 0.29% -
XYZ 1.67 1.09 6.78 -
YUV 23.88 156.85 119.53 -
System Red Green Blue C M Y K H S L
Decimal 12 20 75 0.84 0.73 0 0.71 232.38 0.72 0.17
Hex C 14 4B 54 49 0 47 E8 48 11
Octal 14 24 113 124 111 0 107 350 110 21
Binary 1100 10100 1001011 1010100 1001001 0 1000111 11101000 1001000 10001

Color Harmonies of #0C144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C144B

Black with #0C144B

Text Example


Text Example

White with #0C144B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,20,75); }

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

background-color css

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

 a { background-color: rgb(12,20,75); }

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

border-color css

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

 span { border-color: rgb(12,20,75); }

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