Html Css Color HEX #092A2E Nordic

📋 copy color: '#092A2E'

red 9 ◦ green 42 ◦ blue 46

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

Shades of Nordic #092A2E

Tints of Nordic #092A2E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 43.3%

 BLUE value IS 46 (18.36% from 255) = 47.42%

R = 9.28%
G = 43.3%
B = 47.42%

CMYK

 C value IS 0.80

 M value IS 0.09

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#092A2E (or 0x092A2E) is known color: Nordic. HEX triplet: 09, 2A and 2E. RGB value is (9,42,46). Sum of RGB (Red+Green+Blue) = 9+42+46=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 42 (16.80% from 255 or 43.30% from 97); Blue value is 46 (18.36% from 255 or 47.42% from 97); Max value from RGB is 46 - color contains mainly: blue. Hex color #092A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092A2E is #F6D5D1. Grayscale: #202020. Windows color (decimal): -16176594 or 3025417. OLE color: 3025417.

HSL color Cylindrical-coordinate representation of color #092A2E: hue angle of 186.49º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #092A2E is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 9 42 46 -
CMYK 0.80 0.09 0 0.82
HSL 186.49º 0.67% 0.11% -
HSV(B) 186.49º 0.8% 0.18% -
XYZ 1.43 1.91 2.88 -
YUV 32.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 9 42 46 0.80 0.09 0 0.82 186.49 0.67 0.11
Hex 9 2A 2E 50 9 0 52 BA 43 B
Octal 11 52 56 120 11 0 122 272 103 13
Binary 1001 101010 101110 1010000 1001 0 1010010 10111010 1000011 1011

Color Harmonies of #092A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092A2E

Black with #092A2E

Text Example


Text Example

White with #092A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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