Html Css Color HEX #05292C Nordic

📋 copy color: '#05292C'

red 5 ◦ green 41 ◦ blue 44

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

Shades of Nordic #05292C

Tints of Nordic #05292C

RGB

 RED value IS 5 (2.34% from 255) = 5.56%

 GREEN value IS 41 (16.41% from 255) = 45.56%

 BLUE value IS 44 (17.58% from 255) = 48.89%

R = 5.56%
G = 45.56%
B = 48.89%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#05292C (or 0x05292C) is known color: Nordic. HEX triplet: 05, 29 and 2C. RGB value is (5,41,44). Sum of RGB (Red+Green+Blue) = 5+41+44=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 41 (16.41% from 255 or 45.56% from 90); Blue value is 44 (17.58% from 255 or 48.89% from 90); Max value from RGB is 44 - color contains mainly: blue. Hex color #05292C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05292C is #FAD6D3. Grayscale: #1E1E1E. Windows color (decimal): -16438996 or 2894085. OLE color: 2894085.

HSL color Cylindrical-coordinate representation of color #05292C: hue angle of 184.62º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05292C is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 5 41 44 -
CMYK 0.89 0.07 0 0.83
HSL 184.62º 0.8% 0.1% -
HSV(B) 184.62º 0.89% 0.17% -
XYZ 1.31 1.8 2.66 -
YUV 30.58 135.57 109.76 -
System Red Green Blue C M Y K H S L
Decimal 5 41 44 0.89 0.07 0 0.83 184.62 0.8 0.1
Hex 5 29 2C 59 7 0 53 B9 50 A
Octal 5 51 54 131 7 0 123 271 120 12
Binary 101 101001 101100 1011001 111 0 1010011 10111001 1010000 1010

Color Harmonies of #05292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05292C

Black with #05292C

Text Example


Text Example

White with #05292C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05292C; }

 p { color: rgb(5,41,44); }

 H1.HeaderClassName
 {
   color: #05292C;
 }
 .AnyTagClassName
 {
   color: #05292C;
 }
</style>

background-color css

<style>
 a { background-color: #05292C; }

 a { background-color: rgb(5,41,44); }

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

border-color css

<style>
 span { border-color: #05292C; }

 span { border-color: rgb(5,41,44); }

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