Html Css Color HEX #092D35 Nordic

📋 copy color: '#092D35'

red 9 ◦ green 45 ◦ blue 53

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

Shades of Nordic #092D35

Tints of Nordic #092D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 49.53%

R = 8.41%
G = 42.06%
B = 49.53%

CMYK

 C value IS 0.83

 M value IS 0.15

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#092D35 (or 0x092D35) is known color: Nordic. HEX triplet: 09, 2D and 35. RGB value is (9,45,53). Sum of RGB (Red+Green+Blue) = 9+45+53=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 45 (17.97% from 255 or 42.06% from 107); Blue value is 53 (21.09% from 255 or 49.53% from 107); Max value from RGB is 53 - color contains mainly: blue. Hex color #092D35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092D35 is #F6D2CA. Grayscale: #232323. Windows color (decimal): -16175819 or 3484937. OLE color: 3484937.

HSL color Cylindrical-coordinate representation of color #092D35: hue angle of 190.91º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #092D35 is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 9 45 53 -
CMYK 0.83 0.15 0 0.79
HSL 190.91º 0.71% 0.12% -
HSV(B) 190.91º 0.83% 0.21% -
XYZ 1.69 2.19 3.7 -
YUV 35.15 138.07 109.35 -
System Red Green Blue C M Y K H S L
Decimal 9 45 53 0.83 0.15 0 0.79 190.91 0.71 0.12
Hex 9 2D 35 53 F 0 4F BF 47 C
Octal 11 55 65 123 17 0 117 277 107 14
Binary 1001 101101 110101 1010011 1111 0 1001111 10111111 1000111 1100

Color Harmonies of #092D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092D35

Black with #092D35

Text Example


Text Example

White with #092D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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