Html Css Color HEX #0C378B Smalt

📋 copy color: '#0C378B'

red 12 ◦ green 55 ◦ blue 139

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

Shades of Smalt #0C378B

Tints of Smalt #0C378B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.7%

 BLUE value IS 139 (54.69% from 255) = 67.48%

R = 5.83%
G = 26.7%
B = 67.48%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C378B (or 0x0C378B) is known color: Smalt. HEX triplet: 0C, 37 and 8B. RGB value is (12,55,139). Sum of RGB (Red+Green+Blue) = 12+55+139=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 139 (54.69% from 255 or 67.48% from 206); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C378B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C378B is #F3C874. Grayscale: #333333. Windows color (decimal): -15976565 or 9123596. OLE color: 9123596.

HSL color Cylindrical-coordinate representation of color #0C378B: hue angle of 219.69º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C378B is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 12 55 139 -
CMYK 0.91 0.60 0 0.45
HSL 219.69º 0.84% 0.3% -
HSV(B) 219.69º 0.91% 0.55% -
XYZ 6.18 4.67 25 -
YUV 51.72 177.25 99.67 -
System Red Green Blue C M Y K H S L
Decimal 12 55 139 0.91 0.60 0 0.45 219.69 0.84 0.3
Hex C 37 8B 5B 3C 0 2D DC 54 1E
Octal 14 67 213 133 74 0 55 334 124 36
Binary 1100 110111 10001011 1011011 111100 0 101101 11011100 1010100 11110

Color Harmonies of #0C378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C378B

Black with #0C378B

Text Example


Text Example

White with #0C378B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,55,139); }

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

background-color css

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

 a { background-color: rgb(12,55,139); }

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

border-color css

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

 span { border-color: rgb(12,55,139); }

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