#0C3844

Color #0C3844 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #0C3844

Tints of Nordic #0C3844

Color information

#0C3844 (or 0x0C3844) is unknown color: approx Nordic. HEX triplet: 0C, 38 and 44. RGB value is (12,56,68). Sum of RGB (Red+Green+Blue) = 12+56+68=136 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.82% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 68 (26.95% from 255 or 50% from 136); Max value from RGB is 68 - color contains mainly: blue. Hex color #0C3844 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3844 is #F3C7BB. Grayscale: #2C2C2C. Windows color (decimal): -15976380 or 4470796. OLE color: 4470796.

HSL color Cylindrical-coordinate representation of color #0C3844: hue angle of 192.86º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C3844 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB125668-
CMYK0.820.1800.73
HSL192.86º70%15.69%-
HSV(B)192.86º82.35%26.67%-
XYZ2.613.325.97-
YUV44.21141.42105.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.82%
GREEN value IS 56 (22.27% from 255) = 41.18%
BLUE value IS 68 (26.95% from 255) = 50%
R=8.82%
G=41.18%
B=50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1256680.820.1800.73192.867015.69
HexC38445212049c14610
Octal147010412222011130110620
Binary110011100010001001010010100100100100111000001100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,56,68); }

 H1.HeaderClassName
 {
   color: #0C3844;
 }
 .AnyTagClassName
 {
   color: #0C3844;
 }
</style>
background-color css

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

 a { background-color: rgb(12,56,68); }

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

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

 span { border-color: rgb(12,56,68); }

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