Html Css Color HEX #093440 Nordic

📋 copy color: '#093440'

red 9 ◦ green 52 ◦ blue 64

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

Shades of Nordic #093440

Tints of Nordic #093440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 41.6%

 BLUE value IS 64 (25.39% from 255) = 51.2%

R = 7.2%
G = 41.6%
B = 51.2%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#093440 (or 0x093440) is known color: Nordic. HEX triplet: 09, 34 and 40. RGB value is (9,52,64). Sum of RGB (Red+Green+Blue) = 9+52+64=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #093440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093440 is #F6CBBF. Grayscale: #282828. Windows color (decimal): -16174016 or 4207625. OLE color: 4207625.

HSL color Cylindrical-coordinate representation of color #093440: hue angle of 193.09º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093440 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 52 64 -
CMYK 0.86 0.19 0 0.75
HSL 193.09º 0.75% 0.14% -
HSV(B) 193.09º 0.86% 0.25% -
XYZ 2.27 2.88 5.29 -
YUV 40.51 141.25 105.52 -
System Red Green Blue C M Y K H S L
Decimal 9 52 64 0.86 0.19 0 0.75 193.09 0.75 0.14
Hex 9 34 40 56 13 0 4B C1 4B E
Octal 11 64 100 126 23 0 113 301 113 16
Binary 1001 110100 1000000 1010110 10011 0 1001011 11000001 1001011 1110

Color Harmonies of #093440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093440

Black with #093440

Text Example


Text Example

White with #093440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093440; }

 p { color: rgb(9,52,64); }

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

background-color css

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

 a { background-color: rgb(9,52,64); }

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

border-color css

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

 span { border-color: rgb(9,52,64); }

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