Html Css Color HEX #092D34 Nordic

📋 copy color: '#092D34'

red 9 ◦ green 45 ◦ blue 52

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

Shades of Nordic #092D34

Tints of Nordic #092D34

RGB

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

 GREEN value IS 45 (17.97% from 255) = 42.45%

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

R = 8.49%
G = 42.45%
B = 49.06%

CMYK

 C value IS 0.83

 M value IS 0.13

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#092D34 (or 0x092D34) is known color: Nordic. HEX triplet: 09, 2D and 34. RGB value is (9,45,52). Sum of RGB (Red+Green+Blue) = 9+45+52=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 45 (17.97% from 255 or 42.45% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #092D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092D34 is #F6D2CB. Grayscale: #222222. Windows color (decimal): -16175820 or 3419401. OLE color: 3419401.

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

Color convert

RGB 9 45 52 -
CMYK 0.83 0.13 0 0.80
HSL 189.77º 0.7% 0.12% -
HSV(B) 189.77º 0.83% 0.2% -
XYZ 1.67 2.18 3.58 -
YUV 35.03 137.57 109.43 -
System Red Green Blue C M Y K H S L
Decimal 9 45 52 0.83 0.13 0 0.80 189.77 0.7 0.12
Hex 9 2D 34 53 D 0 50 BE 46 C
Octal 11 55 64 123 15 0 120 276 106 14
Binary 1001 101101 110100 1010011 1101 0 1010000 10111110 1000110 1100

Color Harmonies of #092D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092D34

Black with #092D34

Text Example


Text Example

White with #092D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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