Html Css Color HEX #0C147B Midnight Blue

📋 copy color: '#0C147B'

red 12 ◦ green 20 ◦ blue 123

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

Shades of Midnight Blue #0C147B

Tints of Midnight Blue #0C147B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 79.35%

R = 7.74%
G = 12.9%
B = 79.35%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0C147B (or 0x0C147B) is known color: Midnight Blue. HEX triplet: 0C, 14 and 7B. RGB value is (12,20,123). Sum of RGB (Red+Green+Blue) = 12+20+123=155 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.74% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 123 (48.44% from 255 or 79.35% from 155); Max value from RGB is 123 - color contains mainly: blue. Hex color #0C147B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C147B is #F3EB84. Grayscale: #1C1C1C. Windows color (decimal): -15985541 or 8066060. OLE color: 8066060.

HSL color Cylindrical-coordinate representation of color #0C147B: hue angle of 235.68º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C147B is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 12 20 123 -
CMYK 0.90 0.84 0 0.52
HSL 235.68º 0.82% 0.26% -
HSV(B) 235.68º 0.9% 0.48% -
XYZ 3.98 2.01 18.92 -
YUV 29.35 180.85 115.62 -
System Red Green Blue C M Y K H S L
Decimal 12 20 123 0.90 0.84 0 0.52 235.68 0.82 0.26
Hex C 14 7B 5A 54 0 34 EC 52 1A
Octal 14 24 173 132 124 0 64 354 122 32
Binary 1100 10100 1111011 1011010 1010100 0 110100 11101100 1010010 11010

Color Harmonies of #0C147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C147B

Black with #0C147B

Text Example


Text Example

White with #0C147B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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