Html Css Color HEX #092E37 Nordic

📋 copy color: '#092E37'

red 9 ◦ green 46 ◦ blue 55

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

Shades of Nordic #092E37

Tints of Nordic #092E37

RGB

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

 GREEN value IS 46 (18.36% from 255) = 41.82%

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

R = 8.18%
G = 41.82%
B = 50%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#092E37 (or 0x092E37) is known color: Nordic. HEX triplet: 09, 2E and 37. RGB value is (9,46,55). Sum of RGB (Red+Green+Blue) = 9+46+55=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 46 (18.36% from 255 or 41.82% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #092E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092E37 is #F6D1C8. Grayscale: #232323. Windows color (decimal): -16175561 or 3616265. OLE color: 3616265.

HSL color Cylindrical-coordinate representation of color #092E37: hue angle of 191.74º 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 #092E37 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 46 55 -
CMYK 0.84 0.16 0 0.78
HSL 191.74º 0.72% 0.13% -
HSV(B) 191.74º 0.84% 0.22% -
XYZ 1.78 2.29 3.96 -
YUV 35.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 9 46 55 0.84 0.16 0 0.78 191.74 0.72 0.13
Hex 9 2E 37 54 10 0 4E C0 48 D
Octal 11 56 67 124 20 0 116 300 110 15
Binary 1001 101110 110111 1010100 10000 0 1001110 11000000 1001000 1101

Color Harmonies of #092E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092E37

Black with #092E37

Text Example


Text Example

White with #092E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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