Html Css Color HEX #012F38 Nordic

📋 copy color: '#012F38'

red 1 ◦ green 47 ◦ blue 56

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

Shades of Nordic #012F38

Tints of Nordic #012F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 53.85%

R = 0.96%
G = 45.19%
B = 53.85%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#012F38 (or 0x012F38) is known color: Nordic. HEX triplet: 01, 2F and 38. RGB value is (1,47,56). Sum of RGB (Red+Green+Blue) = 1+47+56=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 56 (22.27% from 255 or 53.85% from 104); Max value from RGB is 56 - color contains mainly: blue. Hex color #012F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012F38 is #FED0C7. Grayscale: #222222. Windows color (decimal): -16699592 or 3682049. OLE color: 3682049.

HSL color Cylindrical-coordinate representation of color #012F38: hue angle of 189.82º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012F38 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 47 56 -
CMYK 0.98 0.16 0 0.78
HSL 189.82º 0.96% 0.11% -
HSV(B) 189.82º 0.98% 0.22% -
XYZ 1.74 2.33 4.1 -
YUV 34.27 140.26 104.27 -
System Red Green Blue C M Y K H S L
Decimal 1 47 56 0.98 0.16 0 0.78 189.82 0.96 0.11
Hex 1 2F 38 62 10 0 4E BE 60 B
Octal 1 57 70 142 20 0 116 276 140 13
Binary 1 101111 111000 1100010 10000 0 1001110 10111110 1100000 1011

Color Harmonies of #012F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012F38

Black with #012F38

Text Example


Text Example

White with #012F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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