Html Css Color HEX #0C3139 Nordic

📋 copy color: '#0C3139'

red 12 ◦ green 49 ◦ blue 57

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

Shades of Nordic #0C3139

Tints of Nordic #0C3139

RGB

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

 GREEN value IS 49 (19.53% from 255) = 41.53%

 BLUE value IS 57 (22.66% from 255) = 48.31%

R = 10.17%
G = 41.53%
B = 48.31%

CMYK

 C value IS 0.79

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0C3139 (or 0x0C3139) is known color: Nordic. HEX triplet: 0C, 31 and 39. RGB value is (12,49,57). Sum of RGB (Red+Green+Blue) = 12+49+57=118 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.17% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 57 (22.66% from 255 or 48.31% from 118); Max value from RGB is 57 - color contains mainly: blue. Hex color #0C3139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3139 is #F3CEC6. Grayscale: #262626. Windows color (decimal): -15978183 or 3748108. OLE color: 3748108.

HSL color Cylindrical-coordinate representation of color #0C3139: hue angle of 190.67º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C3139 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 12 49 57 -
CMYK 0.79 0.14 0 0.78
HSL 190.67º 0.65% 0.14% -
HSV(B) 190.67º 0.79% 0.22% -
XYZ 1.99 2.57 4.26 -
YUV 38.85 138.24 108.85 -
System Red Green Blue C M Y K H S L
Decimal 12 49 57 0.79 0.14 0 0.78 190.67 0.65 0.14
Hex C 31 39 4F E 0 4E BF 41 E
Octal 14 61 71 117 16 0 116 277 101 16
Binary 1100 110001 111001 1001111 1110 0 1001110 10111111 1000001 1110

Color Harmonies of #0C3139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3139

Black with #0C3139

Text Example


Text Example

White with #0C3139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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