#0C2A2E

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

Shades of Nordic #0C2A2E

Tints of Nordic #0C2A2E

Color information

#0C2A2E (or 0x0C2A2E) is unknown color: approx Nordic. HEX triplet: 0C, 2A and 2E. RGB value is (12,42,46). Sum of RGB (Red+Green+Blue) = 12+42+46=100 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12% from 100); Green value is 42 (16.80% from 255 or 42% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 46 - color contains mainly: blue. Hex color #0C2A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2A2E is #F3D5D1. Grayscale: #212121. Windows color (decimal): -15979986 or 3025420. OLE color: 3025420.

HSL color Cylindrical-coordinate representation of color #0C2A2E: hue angle of 187.06º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C2A2E is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB124246-
CMYK0.740.0900.82
HSL187.06º58.62%11.37%-
HSV(B)187.06º73.91%18.04%-
XYZ1.471.932.88-
YUV33.49135.06112.67-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12%
GREEN value IS 42 (16.80% from 255) = 42%
BLUE value IS 46 (18.36% from 255) = 46%
R=12%
G=42%
B=46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1242460.740.0900.82187.0658.6211.37
HexC2A2E4A9052bb3bb
Octal1452561121101222737313
Binary11001010101011101001010100101010010101110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,42,46); }

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

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

 a { background-color: rgb(12,42,46); }

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

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

 span { border-color: rgb(12,42,46); }

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