#012F38

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

Shades of Nordic #012F38

Tints of Nordic #012F38

Color information

#012F38 (or 0x012F38) is unknown color: approx Nordic. HEX triplet: 01, 2F and 38. RGB value is (1,47,56). Sum of RGB (Red+Green+Blue) = 1+47+56=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 56 (22.27% from 255 or 53.85% from 104); Max value from RGB is 56 - color contains mainly: blue. Hex color #012F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012F38 is #FED0C7. Grayscale: #222222. Windows color (decimal): -16699592 or 3682049. OLE color: 3682049.

HSL color Cylindrical-coordinate representation of color #012F38: hue angle of 189.82º 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 #012F38 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB14756-
CMYK0.980.1600.78
HSL189.82º96.49%11.18%-
HSV(B)189.82º98.21%21.96%-
XYZ1.742.334.1-
YUV34.27140.26104.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.96%
GREEN value IS 47 (18.75% from 255) = 45.19%
BLUE value IS 56 (22.27% from 255) = 53.85%
R=0.96%
G=45.19%
B=53.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal147560.980.1600.78189.8296.4911.18
Hex12F38621004Ebe60b
Octal1577014220011627614013
Binary1101111111000110001010000010011101011111011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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