Html Css Color HEX #012A30 Nordic

📋 copy color: '#012A30'

red 1 ◦ green 42 ◦ blue 48

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

Shades of Nordic #012A30

Tints of Nordic #012A30

RGB

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

 GREEN value IS 42 (16.8% from 255) = 46.15%

 BLUE value IS 48 (19.14% from 255) = 52.75%

R = 1.1%
G = 46.15%
B = 52.75%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#012A30 (or 0x012A30) is known color: Nordic. HEX triplet: 01, 2A and 30. RGB value is (1,42,48). Sum of RGB (Red+Green+Blue) = 1+42+48=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 42 (16.80% from 255 or 46.15% from 91); Blue value is 48 (19.14% from 255 or 52.75% from 91); Max value from RGB is 48 - color contains mainly: blue. Hex color #012A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012A30 is #FED5CF. Grayscale: #1E1E1E. Windows color (decimal): -16700880 or 3156481. OLE color: 3156481.

HSL color Cylindrical-coordinate representation of color #012A30: hue angle of 187.66º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012A30 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 1 42 48 -
CMYK 0.98 0.13 0 0.81
HSL 187.66º 0.96% 0.1% -
HSV(B) 187.66º 0.98% 0.19% -
XYZ 1.37 1.88 3.09 -
YUV 30.43 137.92 107.01 -
System Red Green Blue C M Y K H S L
Decimal 1 42 48 0.98 0.13 0 0.81 187.66 0.96 0.1
Hex 1 2A 30 62 D 0 51 BC 60 A
Octal 1 52 60 142 15 0 121 274 140 12
Binary 1 101010 110000 1100010 1101 0 1010001 10111100 1100000 1010

Color Harmonies of #012A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012A30

Black with #012A30

Text Example


Text Example

White with #012A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,42,48); }

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

background-color css

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

 a { background-color: rgb(1,42,48); }

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

border-color css

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

 span { border-color: rgb(1,42,48); }

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