Html Css Color HEX #012F3D Nordic

📋 copy color: '#012F3D'

red 1 ◦ green 47 ◦ blue 61

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

Shades of Nordic #012F3D

Tints of Nordic #012F3D

RGB

 RED value IS 1 (0.78% from 255) = 0.92%

 GREEN value IS 47 (18.75% from 255) = 43.12%

 BLUE value IS 61 (24.22% from 255) = 55.96%

R = 0.92%
G = 43.12%
B = 55.96%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#012F3D (or 0x012F3D) is known color: Nordic. HEX triplet: 01, 2F and 3D. RGB value is (1,47,61). Sum of RGB (Red+Green+Blue) = 1+47+61=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 47 (18.75% from 255 or 43.12% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #012F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012F3D is #FED0C2. Grayscale: #222222. Windows color (decimal): -16699587 or 4009729. OLE color: 4009729.

HSL color Cylindrical-coordinate representation of color #012F3D: hue angle of 194º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012F3D is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 47 61 -
CMYK 0.98 0.23 0 0.76
HSL 194º 0.97% 0.12% -
HSV(B) 194º 0.98% 0.24% -
XYZ 1.87 2.38 4.77 -
YUV 34.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 1 47 61 0.98 0.23 0 0.76 194 0.97 0.12
Hex 1 2F 3D 62 17 0 4C C2 61 C
Octal 1 57 75 142 27 0 114 302 141 14
Binary 1 101111 111101 1100010 10111 0 1001100 11000010 1100001 1100

Color Harmonies of #012F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012F3D

Black with #012F3D

Text Example


Text Example

White with #012F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #012F3D;
 }
 .AnyTagClassName
 {
   color: #012F3D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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