Html Css Color HEX #092E39 Nordic

📋 copy color: '#092E39'

red 9 ◦ green 46 ◦ blue 57

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

Shades of Nordic #092E39

Tints of Nordic #092E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 50.89%

R = 8.04%
G = 41.07%
B = 50.89%

CMYK

 C value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#092E39 (or 0x092E39) is known color: Nordic. HEX triplet: 09, 2E and 39. RGB value is (9,46,57). Sum of RGB (Red+Green+Blue) = 9+46+57=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 46 (18.36% from 255 or 41.07% from 112); Blue value is 57 (22.66% from 255 or 50.89% from 112); Max value from RGB is 57 - color contains mainly: blue. Hex color #092E39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092E39 is #F6D1C6. Grayscale: #242424. Windows color (decimal): -16175559 or 3747337. OLE color: 3747337.

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

Color convert

RGB 9 46 57 -
CMYK 0.84 0.19 0 0.78
HSL 193.75º 0.73% 0.13% -
HSV(B) 193.75º 0.84% 0.22% -
XYZ 1.83 2.31 4.22 -
YUV 36.19 139.74 108.61 -
System Red Green Blue C M Y K H S L
Decimal 9 46 57 0.84 0.19 0 0.78 193.75 0.73 0.13
Hex 9 2E 39 54 13 0 4E C2 49 D
Octal 11 56 71 124 23 0 116 302 111 15
Binary 1001 101110 111001 1010100 10011 0 1001110 11000010 1001001 1101

Color Harmonies of #092E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092E39

Black with #092E39

Text Example


Text Example

White with #092E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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