Html Css Color HEX #012F3C Nordic

📋 copy color: '#012F3C'

red 1 ◦ green 47 ◦ blue 60

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

Shades of Nordic #012F3C

Tints of Nordic #012F3C

RGB

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

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

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

R = 0.93%
G = 43.52%
B = 55.56%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#012F3C (or 0x012F3C) is known color: Nordic. HEX triplet: 01, 2F and 3C. RGB value is (1,47,60). Sum of RGB (Red+Green+Blue) = 1+47+60=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 47 (18.75% from 255 or 43.52% from 108); Blue value is 60 (23.83% from 255 or 55.56% from 108); Max value from RGB is 60 - color contains mainly: blue. Hex color #012F3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012F3C is #FED0C3. Grayscale: #222222. Windows color (decimal): -16699588 or 3944193. OLE color: 3944193.

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

Color convert

RGB 1 47 60 -
CMYK 0.98 0.22 0 0.76
HSL 193.22º 0.97% 0.12% -
HSV(B) 193.22º 0.98% 0.24% -
XYZ 1.84 2.37 4.63 -
YUV 34.73 142.26 103.94 -
System Red Green Blue C M Y K H S L
Decimal 1 47 60 0.98 0.22 0 0.76 193.22 0.97 0.12
Hex 1 2F 3C 62 16 0 4C C1 61 C
Octal 1 57 74 142 26 0 114 301 141 14
Binary 1 101111 111100 1100010 10110 0 1001100 11000001 1100001 1100

Color Harmonies of #012F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012F3C

Black with #012F3C

Text Example


Text Example

White with #012F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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