Html Css Color HEX #09353D Nordic

📋 copy color: '#09353D'

red 9 ◦ green 53 ◦ blue 61

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

Shades of Nordic #09353D

Tints of Nordic #09353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 43.09%

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

R = 7.32%
G = 43.09%
B = 49.59%

CMYK

 C value IS 0.85

 M value IS 0.13

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09353D (or 0x09353D) is known color: Nordic. HEX triplet: 09, 35 and 3D. RGB value is (9,53,61). Sum of RGB (Red+Green+Blue) = 9+53+61=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: blue. Hex color #09353D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09353D is #F6CAC2. Grayscale: #282828. Windows color (decimal): -16173763 or 4011273. OLE color: 4011273.

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

Color convert

RGB 9 53 61 -
CMYK 0.85 0.13 0 0.76
HSL 189.23º 0.74% 0.14% -
HSV(B) 189.23º 0.85% 0.24% -
XYZ 2.23 2.94 4.87 -
YUV 40.76 139.42 105.35 -
System Red Green Blue C M Y K H S L
Decimal 9 53 61 0.85 0.13 0 0.76 189.23 0.74 0.14
Hex 9 35 3D 55 D 0 4C BD 4A E
Octal 11 65 75 125 15 0 114 275 112 16
Binary 1001 110101 111101 1010101 1101 0 1001100 10111101 1001010 1110

Color Harmonies of #09353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09353D

Black with #09353D

Text Example


Text Example

White with #09353D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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