Html Css Color HEX #0C398D Smalt

📋 copy color: '#0C398D'

red 12 ◦ green 57 ◦ blue 141

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

Shades of Smalt #0C398D

Tints of Smalt #0C398D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.14%

 BLUE value IS 141 (55.47% from 255) = 67.14%

R = 5.71%
G = 27.14%
B = 67.14%

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

#0C398D (or 0x0C398D) is known color: Smalt. HEX triplet: 0C, 39 and 8D. RGB value is (12,57,141). Sum of RGB (Red+Green+Blue) = 12+57+141=210 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.71% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 141 (55.47% from 255 or 67.14% from 210); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C398D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C398D is #F3C672. Grayscale: #343434. Windows color (decimal): -15976051 or 9255180. OLE color: 9255180.

HSL color Cylindrical-coordinate representation of color #0C398D: hue angle of 219.07º 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 #0C398D is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 12 57 141 -
CMYK 0.91 0.60 0 0.45
HSL 219.07º 0.84% 0.3% -
HSV(B) 219.07º 0.91% 0.55% -
XYZ 6.42 4.93 25.81 -
YUV 53.12 177.59 98.67 -
System Red Green Blue C M Y K H S L
Decimal 12 57 141 0.91 0.60 0 0.45 219.07 0.84 0.3
Hex C 39 8D 5B 3C 0 2D DB 54 1E
Octal 14 71 215 133 74 0 55 333 124 36
Binary 1100 111001 10001101 1011011 111100 0 101101 11011011 1010100 11110

Color Harmonies of #0C398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C398D

Black with #0C398D

Text Example


Text Example

White with #0C398D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,57,141); }

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

background-color css

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

 a { background-color: rgb(12,57,141); }

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

border-color css

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

 span { border-color: rgb(12,57,141); }

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