Html Css Color HEX #09363C Nordic

📋 copy color: '#09363C'

red 9 ◦ green 54 ◦ blue 60

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

Shades of Nordic #09363C

Tints of Nordic #09363C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 48.78%

R = 7.32%
G = 43.9%
B = 48.78%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09363C (or 0x09363C) is known color: Nordic. HEX triplet: 09, 36 and 3C. RGB value is (9,54,60). Sum of RGB (Red+Green+Blue) = 9+54+60=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 60 (23.83% from 255 or 48.78% from 123); Max value from RGB is 60 - color contains mainly: blue. Hex color #09363C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09363C is #F6C9C3. Grayscale: #292929. Windows color (decimal): -16173508 or 3945993. OLE color: 3945993.

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

Color convert

RGB 9 54 60 -
CMYK 0.85 0.10 0 0.76
HSL 187.06º 0.74% 0.14% -
HSV(B) 187.06º 0.85% 0.24% -
XYZ 2.25 3.02 4.74 -
YUV 41.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 9 54 60 0.85 0.10 0 0.76 187.06 0.74 0.14
Hex 9 36 3C 55 A 0 4C BB 4A E
Octal 11 66 74 125 12 0 114 273 112 16
Binary 1001 110110 111100 1010101 1010 0 1001100 10111011 1001010 1110

Color Harmonies of #09363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09363C

Black with #09363C

Text Example


Text Example

White with #09363C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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