Html Css Color HEX #012C30 Nordic

📋 copy color: '#012C30'

red 1 ◦ green 44 ◦ blue 48

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

Shades of Nordic #012C30

Tints of Nordic #012C30

RGB

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

 GREEN value IS 44 (17.58% from 255) = 47.31%

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

R = 1.08%
G = 47.31%
B = 51.61%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#012C30 (or 0x012C30) is known color: Nordic. HEX triplet: 01, 2C and 30. RGB value is (1,44,48). Sum of RGB (Red+Green+Blue) = 1+44+48=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 44 (17.58% from 255 or 47.31% from 93); Blue value is 48 (19.14% from 255 or 51.61% from 93); Max value from RGB is 48 - color contains mainly: blue. Hex color #012C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012C30 is #FED3CF. Grayscale: #1F1F1F. Windows color (decimal): -16700368 or 3156993. OLE color: 3156993.

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

Color convert

RGB 1 44 48 -
CMYK 0.98 0.08 0 0.81
HSL 185.11º 0.96% 0.1% -
HSV(B) 185.11º 0.98% 0.19% -
XYZ 1.45 2.02 3.11 -
YUV 31.6 137.25 106.17 -
System Red Green Blue C M Y K H S L
Decimal 1 44 48 0.98 0.08 0 0.81 185.11 0.96 0.1
Hex 1 2C 30 62 8 0 51 B9 60 A
Octal 1 54 60 142 10 0 121 271 140 12
Binary 1 101100 110000 1100010 1000 0 1010001 10111001 1100000 1010

Color Harmonies of #012C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C30

Black with #012C30

Text Example


Text Example

White with #012C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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