Html Css Color HEX #093745 Nordic

📋 copy color: '#093745'

red 9 ◦ green 55 ◦ blue 69

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

Shades of Nordic #093745

Tints of Nordic #093745

RGB

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

 GREEN value IS 55 (21.88% from 255) = 41.35%

 BLUE value IS 69 (27.34% from 255) = 51.88%

R = 6.77%
G = 41.35%
B = 51.88%

CMYK

 C value IS 0.87

 M value IS 0.20

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#093745 (or 0x093745) is known color: Nordic. HEX triplet: 09, 37 and 45. RGB value is (9,55,69). Sum of RGB (Red+Green+Blue) = 9+55+69=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 69 (27.34% from 255 or 51.88% from 133); Max value from RGB is 69 - color contains mainly: blue. Hex color #093745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093745 is #F6C8BA. Grayscale: #2A2A2A. Windows color (decimal): -16173243 or 4536073. OLE color: 4536073.

HSL color Cylindrical-coordinate representation of color #093745: hue angle of 194º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #093745 is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 55 69 -
CMYK 0.87 0.20 0 0.73
HSL 194º 0.77% 0.15% -
HSV(B) 194º 0.87% 0.27% -
XYZ 2.55 3.22 6.12 -
YUV 42.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 9 55 69 0.87 0.20 0 0.73 194 0.77 0.15
Hex 9 37 45 57 14 0 49 C2 4D F
Octal 11 67 105 127 24 0 111 302 115 17
Binary 1001 110111 1000101 1010111 10100 0 1001001 11000010 1001101 1111

Color Harmonies of #093745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093745

Black with #093745

Text Example


Text Example

White with #093745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093745; }

 p { color: rgb(9,55,69); }

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

background-color css

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

 a { background-color: rgb(9,55,69); }

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

border-color css

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

 span { border-color: rgb(9,55,69); }

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