Html Css Color HEX #093642 Nordic

📋 copy color: '#093642'

red 9 ◦ green 54 ◦ blue 66

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

Shades of Nordic #093642

Tints of Nordic #093642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 51.16%

R = 6.98%
G = 41.86%
B = 51.16%

CMYK

 C value IS 0.86

 M value IS 0.18

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#093642 (or 0x093642) is known color: Nordic. HEX triplet: 09, 36 and 42. RGB value is (9,54,66). Sum of RGB (Red+Green+Blue) = 9+54+66=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 66 (26.17% from 255 or 51.16% from 129); Max value from RGB is 66 - color contains mainly: blue. Hex color #093642 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093642 is #F6C9BD. Grayscale: #292929. Windows color (decimal): -16173502 or 4339209. OLE color: 4339209.

HSL color Cylindrical-coordinate representation of color #093642: hue angle of 192.63º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093642 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 54 66 -
CMYK 0.86 0.18 0 0.74
HSL 192.63º 0.76% 0.15% -
HSV(B) 192.63º 0.86% 0.26% -
XYZ 2.42 3.09 5.62 -
YUV 41.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 9 54 66 0.86 0.18 0 0.74 192.63 0.76 0.15
Hex 9 36 42 56 12 0 4A C1 4C F
Octal 11 66 102 126 22 0 112 301 114 17
Binary 1001 110110 1000010 1010110 10010 0 1001010 11000001 1001100 1111

Color Harmonies of #093642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093642

Black with #093642

Text Example


Text Example

White with #093642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093642; }

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

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

background-color css

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

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

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

border-color css

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

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

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