Html Css Color HEX #09363D Nordic

📋 copy color: '#09363D'

red 9 ◦ green 54 ◦ blue 61

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

Shades of Nordic #09363D

Tints of Nordic #09363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 43.55%

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

R = 7.26%
G = 43.55%
B = 49.19%

CMYK

 C value IS 0.85

 M value IS 0.11

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09363D (or 0x09363D) is known color: Nordic. HEX triplet: 09, 36 and 3D. RGB value is (9,54,61). Sum of RGB (Red+Green+Blue) = 9+54+61=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #09363D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09363D is #F6C9C2. Grayscale: #292929. Windows color (decimal): -16173507 or 4011529. OLE color: 4011529.

HSL color Cylindrical-coordinate representation of color #09363D: hue angle of 188.08º 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 #09363D is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 54 61 -
CMYK 0.85 0.11 0 0.76
HSL 188.08º 0.74% 0.14% -
HSV(B) 188.08º 0.85% 0.24% -
XYZ 2.27 3.03 4.88 -
YUV 41.34 139.09 104.93 -
System Red Green Blue C M Y K H S L
Decimal 9 54 61 0.85 0.11 0 0.76 188.08 0.74 0.14
Hex 9 36 3D 55 B 0 4C BC 4A E
Octal 11 66 75 125 13 0 114 274 112 16
Binary 1001 110110 111101 1010101 1011 0 1001100 10111100 1001010 1110

Color Harmonies of #09363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09363D

Black with #09363D

Text Example


Text Example

White with #09363D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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