Html Css Color HEX #09363B Nordic

📋 copy color: '#09363B'

red 9 ◦ green 54 ◦ blue 59

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

Shades of Nordic #09363B

Tints of Nordic #09363B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 48.36%

R = 7.38%
G = 44.26%
B = 48.36%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#09363B (or 0x09363B) is known color: Nordic. HEX triplet: 09, 36 and 3B. RGB value is (9,54,59). Sum of RGB (Red+Green+Blue) = 9+54+59=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 54 (21.48% from 255 or 44.26% from 122); Blue value is 59 (23.44% from 255 or 48.36% from 122); Max value from RGB is 59 - color contains mainly: blue. Hex color #09363B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09363B is #F6C9C4. Grayscale: #292929. Windows color (decimal): -16173509 or 3880457. OLE color: 3880457.

HSL color Cylindrical-coordinate representation of color #09363B: hue angle of 186º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09363B is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 9 54 59 -
CMYK 0.85 0.08 0 0.77
HSL 186º 0.74% 0.13% -
HSV(B) 186º 0.85% 0.23% -
XYZ 2.22 3.01 4.6 -
YUV 41.12 138.09 105.09 -
System Red Green Blue C M Y K H S L
Decimal 9 54 59 0.85 0.08 0 0.77 186 0.74 0.13
Hex 9 36 3B 55 8 0 4D BA 4A D
Octal 11 66 73 125 10 0 115 272 112 15
Binary 1001 110110 111011 1010101 1000 0 1001101 10111010 1001010 1101

Color Harmonies of #09363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09363B

Black with #09363B

Text Example


Text Example

White with #09363B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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