Html Css Color HEX #09363E Nordic

📋 copy color: '#09363E'

red 9 ◦ green 54 ◦ blue 62

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

Shades of Nordic #09363E

Tints of Nordic #09363E

RGB

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

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

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

R = 7.2%
G = 43.2%
B = 49.6%

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

#09363E (or 0x09363E) is known color: Nordic. HEX triplet: 09, 36 and 3E. RGB value is (9,54,62). Sum of RGB (Red+Green+Blue) = 9+54+62=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 62 (24.61% from 255 or 49.6% from 125); Max value from RGB is 62 - color contains mainly: blue. Hex color #09363E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09363E is #F6C9C1. Grayscale: #292929. Windows color (decimal): -16173506 or 4077065. OLE color: 4077065.

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

Color convert

RGB 9 54 62 -
CMYK 0.85 0.13 0 0.76
HSL 189.06º 0.75% 0.14% -
HSV(B) 189.06º 0.85% 0.24% -
XYZ 2.3 3.04 5.02 -
YUV 41.46 139.59 104.85 -
System Red Green Blue C M Y K H S L
Decimal 9 54 62 0.85 0.13 0 0.76 189.06 0.75 0.14
Hex 9 36 3E 55 D 0 4C BD 4B E
Octal 11 66 76 125 15 0 114 275 113 16
Binary 1001 110110 111110 1010101 1101 0 1001100 10111101 1001011 1110

Color Harmonies of #09363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09363E

Black with #09363E

Text Example


Text Example

White with #09363E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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