Html Css Color HEX #092E38 Nordic

📋 copy color: '#092E38'

red 9 ◦ green 46 ◦ blue 56

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

Shades of Nordic #092E38

Tints of Nordic #092E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 50.45%

R = 8.11%
G = 41.44%
B = 50.45%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#092E38 (or 0x092E38) is known color: Nordic. HEX triplet: 09, 2E and 38. RGB value is (9,46,56). Sum of RGB (Red+Green+Blue) = 9+46+56=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 46 (18.36% from 255 or 41.44% from 111); Blue value is 56 (22.27% from 255 or 50.45% from 111); Max value from RGB is 56 - color contains mainly: blue. Hex color #092E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092E38 is #F6D1C7. Grayscale: #242424. Windows color (decimal): -16175560 or 3681801. OLE color: 3681801.

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

Color convert

RGB 9 46 56 -
CMYK 0.84 0.18 0 0.78
HSL 192.77º 0.72% 0.13% -
HSV(B) 192.77º 0.84% 0.22% -
XYZ 1.8 2.3 4.09 -
YUV 36.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 9 46 56 0.84 0.18 0 0.78 192.77 0.72 0.13
Hex 9 2E 38 54 12 0 4E C1 48 D
Octal 11 56 70 124 22 0 116 301 110 15
Binary 1001 101110 111000 1010100 10010 0 1001110 11000001 1001000 1101

Color Harmonies of #092E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092E38

Black with #092E38

Text Example


Text Example

White with #092E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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