Html Css Color HEX #09353E Nordic

📋 copy color: '#09353E'

red 9 ◦ green 53 ◦ blue 62

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

Shades of Nordic #09353E

Tints of Nordic #09353E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 50%

R = 7.26%
G = 42.74%
B = 50%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09353E (or 0x09353E) is known color: Nordic. HEX triplet: 09, 35 and 3E. RGB value is (9,53,62). Sum of RGB (Red+Green+Blue) = 9+53+62=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 62 (24.61% from 255 or 50% from 124); Max value from RGB is 62 - color contains mainly: blue. Hex color #09353E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09353E is #F6CAC1. Grayscale: #282828. Windows color (decimal): -16173762 or 4076809. OLE color: 4076809.

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

Color convert

RGB 9 53 62 -
CMYK 0.85 0.15 0 0.76
HSL 190.19º 0.75% 0.14% -
HSV(B) 190.19º 0.85% 0.24% -
XYZ 2.26 2.95 5.01 -
YUV 40.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 9 53 62 0.85 0.15 0 0.76 190.19 0.75 0.14
Hex 9 35 3E 55 F 0 4C BE 4B E
Octal 11 65 76 125 17 0 114 276 113 16
Binary 1001 110101 111110 1010101 1111 0 1001100 10111110 1001011 1110

Color Harmonies of #09353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09353E

Black with #09353E

Text Example


Text Example

White with #09353E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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