Html Css Color HEX #092F37 Nordic

📋 copy color: '#092F37'

red 9 ◦ green 47 ◦ blue 55

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

Shades of Nordic #092F37

Tints of Nordic #092F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 49.55%

R = 8.11%
G = 42.34%
B = 49.55%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#092F37 (or 0x092F37) is known color: Nordic. HEX triplet: 09, 2F and 37. RGB value is (9,47,55). Sum of RGB (Red+Green+Blue) = 9+47+55=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 47 (18.75% from 255 or 42.34% from 111); Blue value is 55 (21.88% from 255 or 49.55% from 111); Max value from RGB is 55 - color contains mainly: blue. Hex color #092F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092F37 is #F6D0C8. Grayscale: #242424. Windows color (decimal): -16175305 or 3616521. OLE color: 3616521.

HSL color Cylindrical-coordinate representation of color #092F37: hue angle of 190.43º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #092F37 is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 47 55 -
CMYK 0.84 0.15 0 0.78
HSL 190.43º 0.72% 0.13% -
HSV(B) 190.43º 0.84% 0.22% -
XYZ 1.82 2.37 3.98 -
YUV 36.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 9 47 55 0.84 0.15 0 0.78 190.43 0.72 0.13
Hex 9 2F 37 54 F 0 4E BE 48 D
Octal 11 57 67 124 17 0 116 276 110 15
Binary 1001 101111 110111 1010100 1111 0 1001110 10111110 1001000 1101

Color Harmonies of #092F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092F37

Black with #092F37

Text Example


Text Example

White with #092F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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