Html Css Color HEX #012F33 Nordic

📋 copy color: '#012F33'

red 1 ◦ green 47 ◦ blue 51

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

Shades of Nordic #012F33

Tints of Nordic #012F33

RGB

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

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

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

R = 1.01%
G = 47.47%
B = 51.52%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#012F33 (or 0x012F33) is known color: Nordic. HEX triplet: 01, 2F and 33. RGB value is (1,47,51). Sum of RGB (Red+Green+Blue) = 1+47+51=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 47 (18.75% from 255 or 47.47% from 99); Blue value is 51 (20.31% from 255 or 51.52% from 99); Max value from RGB is 51 - color contains mainly: blue. Hex color #012F33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012F33 is #FED0CC. Grayscale: #212121. Windows color (decimal): -16699597 or 3354369. OLE color: 3354369.

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

Color convert

RGB 1 47 51 -
CMYK 0.98 0.08 0 0.8
HSL 184.8º 0.96% 0.1% -
HSV(B) 184.8º 0.98% 0.2% -
XYZ 1.63 2.28 3.49 -
YUV 33.7 137.76 104.67 -
System Red Green Blue C M Y K H S L
Decimal 1 47 51 0.98 0.08 0 0.8 184.8 0.96 0.1
Hex 1 2F 33 62 8 0 50 B9 60 A
Octal 1 57 63 142 10 0 120 271 140 12
Binary 1 101111 110011 1100010 1000 0 1010000 10111001 1100000 1010

Color Harmonies of #012F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012F33

Black with #012F33

Text Example


Text Example

White with #012F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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