Html Css Color HEX #092E34 Nordic

📋 copy color: '#092E34'

red 9 ◦ green 46 ◦ blue 52

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

Shades of Nordic #092E34

Tints of Nordic #092E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 48.6%

R = 8.41%
G = 42.99%
B = 48.6%

CMYK

 C value IS 0.83

 M value IS 0.12

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#092E34 (or 0x092E34) is known color: Nordic. HEX triplet: 09, 2E and 34. RGB value is (9,46,52). Sum of RGB (Red+Green+Blue) = 9+46+52=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: blue. Hex color #092E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092E34 is #F6D1CB. Grayscale: #232323. Windows color (decimal): -16175564 or 3419657. OLE color: 3419657.

HSL color Cylindrical-coordinate representation of color #092E34: hue angle of 188.37º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #092E34 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 46 52 -
CMYK 0.83 0.12 0 0.80
HSL 188.37º 0.7% 0.12% -
HSV(B) 188.37º 0.83% 0.2% -
XYZ 1.71 2.26 3.59 -
YUV 35.62 137.24 109.01 -
System Red Green Blue C M Y K H S L
Decimal 9 46 52 0.83 0.12 0 0.80 188.37 0.7 0.12
Hex 9 2E 34 53 C 0 50 BC 46 C
Octal 11 56 64 123 14 0 120 274 106 14
Binary 1001 101110 110100 1010011 1100 0 1010000 10111100 1000110 1100

Color Harmonies of #092E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092E34

Black with #092E34

Text Example


Text Example

White with #092E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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