Html Css Color HEX #092F38 Nordic

📋 copy color: '#092F38'

red 9 ◦ green 47 ◦ blue 56

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

Shades of Nordic #092F38

Tints of Nordic #092F38

RGB

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

 GREEN value IS 47 (18.75% from 255) = 41.96%

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

R = 8.04%
G = 41.96%
B = 50%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#092F38 (or 0x092F38) is known color: Nordic. HEX triplet: 09, 2F and 38. RGB value is (9,47,56). Sum of RGB (Red+Green+Blue) = 9+47+56=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 47 (18.75% from 255 or 41.96% from 112); Blue value is 56 (22.27% from 255 or 50% from 112); Max value from RGB is 56 - color contains mainly: blue. Hex color #092F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092F38 is #F6D0C7. Grayscale: #242424. Windows color (decimal): -16175304 or 3682057. OLE color: 3682057.

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

Color convert

RGB 9 47 56 -
CMYK 0.84 0.16 0 0.78
HSL 191.49º 0.72% 0.13% -
HSV(B) 191.49º 0.84% 0.22% -
XYZ 1.84 2.38 4.1 -
YUV 36.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 9 47 56 0.84 0.16 0 0.78 191.49 0.72 0.13
Hex 9 2F 38 54 10 0 4E BF 48 D
Octal 11 57 70 124 20 0 116 277 110 15
Binary 1001 101111 111000 1010100 10000 0 1001110 10111111 1001000 1101

Color Harmonies of #092F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092F38

Black with #092F38

Text Example


Text Example

White with #092F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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