Html Css Color HEX #012C33 Nordic

📋 copy color: '#012C33'

red 1 ◦ green 44 ◦ blue 51

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

Shades of Nordic #012C33

Tints of Nordic #012C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 53.13%

R = 1.04%
G = 45.83%
B = 53.13%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#012C33 (or 0x012C33) is known color: Nordic. HEX triplet: 01, 2C and 33. RGB value is (1,44,51). Sum of RGB (Red+Green+Blue) = 1+44+51=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 44 (17.58% from 255 or 45.83% from 96); Blue value is 51 (20.31% from 255 or 53.12% from 96); Max value from RGB is 51 - color contains mainly: blue. Hex color #012C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012C33 is #FED3CC. Grayscale: #1F1F1F. Windows color (decimal): -16700365 or 3353601. OLE color: 3353601.

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

Color convert

RGB 1 44 51 -
CMYK 0.98 0.14 0 0.8
HSL 188.4º 0.96% 0.1% -
HSV(B) 188.4º 0.98% 0.2% -
XYZ 1.51 2.05 3.45 -
YUV 31.94 138.75 105.93 -
System Red Green Blue C M Y K H S L
Decimal 1 44 51 0.98 0.14 0 0.8 188.4 0.96 0.1
Hex 1 2C 33 62 E 0 50 BC 60 A
Octal 1 54 63 142 16 0 120 274 140 12
Binary 1 101100 110011 1100010 1110 0 1010000 10111100 1100000 1010

Color Harmonies of #012C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C33

Black with #012C33

Text Example


Text Example

White with #012C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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