Html Css Color HEX #092F36 Nordic

📋 copy color: '#092F36'

red 9 ◦ green 47 ◦ blue 54

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

Shades of Nordic #092F36

Tints of Nordic #092F36

RGB

 RED value IS 9 (3.91% from 255) = 8.18%

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

 BLUE value IS 54 (21.48% from 255) = 49.09%

R = 8.18%
G = 42.73%
B = 49.09%

CMYK

 C value IS 0.83

 M value IS 0.13

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#092F36 (or 0x092F36) is known color: Nordic. HEX triplet: 09, 2F and 36. RGB value is (9,47,54). Sum of RGB (Red+Green+Blue) = 9+47+54=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 47 (18.75% from 255 or 42.73% from 110); Blue value is 54 (21.48% from 255 or 49.09% from 110); Max value from RGB is 54 - color contains mainly: blue. Hex color #092F36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092F36 is #F6D0C9. Grayscale: #242424. Windows color (decimal): -16175306 or 3550985. OLE color: 3550985.

HSL color Cylindrical-coordinate representation of color #092F36: hue angle of 189.33º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #092F36 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 9 47 54 -
CMYK 0.83 0.13 0 0.79
HSL 189.33º 0.71% 0.12% -
HSV(B) 189.33º 0.83% 0.21% -
XYZ 1.8 2.36 3.85 -
YUV 36.44 137.91 108.43 -
System Red Green Blue C M Y K H S L
Decimal 9 47 54 0.83 0.13 0 0.79 189.33 0.71 0.12
Hex 9 2F 36 53 D 0 4F BD 47 C
Octal 11 57 66 123 15 0 117 275 107 14
Binary 1001 101111 110110 1010011 1101 0 1001111 10111101 1000111 1100

Color Harmonies of #092F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092F36

Black with #092F36

Text Example


Text Example

White with #092F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092F36; }

 p { color: rgb(9,47,54); }

 H1.HeaderClassName
 {
   color: #092F36;
 }
 .AnyTagClassName
 {
   color: #092F36;
 }
</style>

background-color css

<style>
 a { background-color: #092F36; }

 a { background-color: rgb(9,47,54); }

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

border-color css

<style>
 span { border-color: #092F36; }

 span { border-color: rgb(9,47,54); }

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