Html Css Color HEX #012E3C Nordic

📋 copy color: '#012E3C'

red 1 ◦ green 46 ◦ blue 60

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

Shades of Nordic #012E3C

Tints of Nordic #012E3C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 42.99%

 BLUE value IS 60 (23.83% from 255) = 56.07%

R = 0.93%
G = 42.99%
B = 56.07%

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

#012E3C (or 0x012E3C) is known color: Nordic. HEX triplet: 01, 2E and 3C. RGB value is (1,46,60). Sum of RGB (Red+Green+Blue) = 1+46+60=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 60 (23.83% from 255 or 56.07% from 107); Max value from RGB is 60 - color contains mainly: blue. Hex color #012E3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012E3C is #FED1C3. Grayscale: #222222. Windows color (decimal): -16699844 or 3943937. OLE color: 3943937.

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

Color convert

RGB 1 46 60 -
CMYK 0.98 0.23 0 0.76
HSL 194.24º 0.97% 0.12% -
HSV(B) 194.24º 0.98% 0.24% -
XYZ 1.81 2.29 4.62 -
YUV 34.14 142.59 104.36 -
System Red Green Blue C M Y K H S L
Decimal 1 46 60 0.98 0.23 0 0.76 194.24 0.97 0.12
Hex 1 2E 3C 62 17 0 4C C2 61 C
Octal 1 56 74 142 27 0 114 302 141 14
Binary 1 101110 111100 1100010 10111 0 1001100 11000010 1100001 1100

Color Harmonies of #012E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012E3C

Black with #012E3C

Text Example


Text Example

White with #012E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,46,60); }

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

background-color css

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

 a { background-color: rgb(1,46,60); }

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

border-color css

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

 span { border-color: rgb(1,46,60); }

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