#012D38

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

Shades of Nordic #012D38

Tints of Nordic #012D38

Color information

#012D38 (or 0x012D38) is unknown color: approx Nordic. HEX triplet: 01, 2D and 38. RGB value is (1,45,56). Sum of RGB (Red+Green+Blue) = 1+45+56=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 45 (17.97% from 255 or 44.12% from 102); Blue value is 56 (22.27% from 255 or 54.90% from 102); Max value from RGB is 56 - color contains mainly: blue. Hex color #012D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012D38 is #FED2C7. Grayscale: #212121. Windows color (decimal): -16700104 or 3681537. OLE color: 3681537.

HSL color Cylindrical-coordinate representation of color #012D38: hue angle of 192º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012D38 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB14556-
CMYK0.980.2000.78
HSL192º96.49%11.18%-
HSV(B)192º98.21%21.96%-
XYZ1.662.174.07-
YUV33.1140.92105.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.98%
GREEN value IS 45 (17.97% from 255) = 44.12%
BLUE value IS 56 (22.27% from 255) = 54.90%
R=0.98%
G=44.12%
B=54.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal145560.980.2000.7819296.4911.18
Hex12D38621404Ec060b
Octal1557014224011630014013
Binary1101101111000110001010100010011101100000011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012D38; }

 p { color: rgb(1,45,56); }

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

<style>
 a { background-color: #012D38; }

 a { background-color: rgb(1,45,56); }

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

<style>
 span { border-color: #012D38; }

 span { border-color: rgb(1,45,56); }

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