Html Css Color HEX #092F34 Nordic

📋 copy color: '#092F34'

red 9 ◦ green 47 ◦ blue 52

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

Shades of Nordic #092F34

Tints of Nordic #092F34

RGB

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

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

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

R = 8.33%
G = 43.52%
B = 48.15%

CMYK

 C value IS 0.83

 M value IS 0.10

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#092F34 (or 0x092F34) is known color: Nordic. HEX triplet: 09, 2F and 34. RGB value is (9,47,52). Sum of RGB (Red+Green+Blue) = 9+47+52=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 47 (18.75% from 255 or 43.52% from 108); Blue value is 52 (20.70% from 255 or 48.15% from 108); Max value from RGB is 52 - color contains mainly: blue. Hex color #092F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092F34 is #F6D0CB. Grayscale: #242424. Windows color (decimal): -16175308 or 3419913. OLE color: 3419913.

HSL color Cylindrical-coordinate representation of color #092F34: hue angle of 186.98º 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 #092F34 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 47 52 -
CMYK 0.83 0.10 0 0.80
HSL 186.98º 0.7% 0.12% -
HSV(B) 186.98º 0.83% 0.2% -
XYZ 1.75 2.34 3.61 -
YUV 36.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 9 47 52 0.83 0.10 0 0.80 186.98 0.7 0.12
Hex 9 2F 34 53 A 0 50 BB 46 C
Octal 11 57 64 123 12 0 120 273 106 14
Binary 1001 101111 110100 1010011 1010 0 1010000 10111011 1000110 1100

Color Harmonies of #092F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092F34

Black with #092F34

Text Example


Text Example

White with #092F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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