Html Css Color HEX #092A2F Nordic

📋 copy color: '#092A2F'

red 9 ◦ green 42 ◦ blue 47

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

Shades of Nordic #092A2F

Tints of Nordic #092A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 47.96%

R = 9.18%
G = 42.86%
B = 47.96%

CMYK

 C value IS 0.81

 M value IS 0.11

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#092A2F (or 0x092A2F) is known color: Nordic. HEX triplet: 09, 2A and 2F. RGB value is (9,42,47). Sum of RGB (Red+Green+Blue) = 9+42+47=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 42 (16.80% from 255 or 42.86% from 98); Blue value is 47 (18.75% from 255 or 47.96% from 98); Max value from RGB is 47 - color contains mainly: blue. Hex color #092A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092A2F is #F6D5D0. Grayscale: #202020. Windows color (decimal): -16176593 or 3090953. OLE color: 3090953.

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

Color convert

RGB 9 42 47 -
CMYK 0.81 0.11 0 0.82
HSL 187.89º 0.68% 0.11% -
HSV(B) 187.89º 0.81% 0.18% -
XYZ 1.45 1.92 2.98 -
YUV 32.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 9 42 47 0.81 0.11 0 0.82 187.89 0.68 0.11
Hex 9 2A 2F 51 B 0 52 BC 44 B
Octal 11 52 57 121 13 0 122 274 104 13
Binary 1001 101010 101111 1010001 1011 0 1010010 10111100 1000100 1011

Color Harmonies of #092A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092A2F

Black with #092A2F

Text Example


Text Example

White with #092A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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