Html Css Color HEX #09323D Nordic

📋 copy color: '#09323D'

red 9 ◦ green 50 ◦ blue 61

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

Shades of Nordic #09323D

Tints of Nordic #09323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 41.67%

 BLUE value IS 61 (24.22% from 255) = 50.83%

R = 7.5%
G = 41.67%
B = 50.83%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09323D (or 0x09323D) is known color: Nordic. HEX triplet: 09, 32 and 3D. RGB value is (9,50,61). Sum of RGB (Red+Green+Blue) = 9+50+61=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #09323D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09323D is #F6CDC2. Grayscale: #262626. Windows color (decimal): -16174531 or 4010505. OLE color: 4010505.

HSL color Cylindrical-coordinate representation of color #09323D: hue angle of 192.69º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09323D is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 50 61 -
CMYK 0.85 0.18 0 0.76
HSL 192.69º 0.74% 0.14% -
HSV(B) 192.69º 0.85% 0.24% -
XYZ 2.1 2.68 4.82 -
YUV 39 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 9 50 61 0.85 0.18 0 0.76 192.69 0.74 0.14
Hex 9 32 3D 55 12 0 4C C1 4A E
Octal 11 62 75 125 22 0 114 301 112 16
Binary 1001 110010 111101 1010101 10010 0 1001100 11000001 1001010 1110

Color Harmonies of #09323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09323D

Black with #09323D

Text Example


Text Example

White with #09323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09323D; }

 p { color: rgb(9,50,61); }

 H1.HeaderClassName
 {
   color: #09323D;
 }
 .AnyTagClassName
 {
   color: #09323D;
 }
</style>

background-color css

<style>
 a { background-color: #09323D; }

 a { background-color: rgb(9,50,61); }

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

border-color css

<style>
 span { border-color: #09323D; }

 span { border-color: rgb(9,50,61); }

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