Html Css Color HEX #092F39 Nordic

📋 copy color: '#092F39'

red 9 ◦ green 47 ◦ blue 57

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

Shades of Nordic #092F39

Tints of Nordic #092F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 50.44%

R = 7.96%
G = 41.59%
B = 50.44%

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

#092F39 (or 0x092F39) is known color: Nordic. HEX triplet: 09, 2F and 39. RGB value is (9,47,57). Sum of RGB (Red+Green+Blue) = 9+47+57=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 47 (18.75% from 255 or 41.59% from 113); Blue value is 57 (22.66% from 255 or 50.44% from 113); Max value from RGB is 57 - color contains mainly: blue. Hex color #092F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092F39 is #F6D0C6. Grayscale: #242424. Windows color (decimal): -16175303 or 3747593. OLE color: 3747593.

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

Color convert

RGB 9 47 57 -
CMYK 0.84 0.18 0 0.78
HSL 192.5º 0.73% 0.13% -
HSV(B) 192.5º 0.84% 0.22% -
XYZ 1.87 2.39 4.23 -
YUV 36.78 139.41 108.19 -
System Red Green Blue C M Y K H S L
Decimal 9 47 57 0.84 0.18 0 0.78 192.5 0.73 0.13
Hex 9 2F 39 54 12 0 4E C0 49 D
Octal 11 57 71 124 22 0 116 300 111 15
Binary 1001 101111 111001 1010100 10010 0 1001110 11000000 1001001 1101

Color Harmonies of #092F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092F39

Black with #092F39

Text Example


Text Example

White with #092F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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