Html Css Color HEX #093441 Nordic

📋 copy color: '#093441'

red 9 ◦ green 52 ◦ blue 65

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

Shades of Nordic #093441

Tints of Nordic #093441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 51.59%

R = 7.14%
G = 41.27%
B = 51.59%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#093441 (or 0x093441) is known color: Nordic. HEX triplet: 09, 34 and 41. RGB value is (9,52,65). Sum of RGB (Red+Green+Blue) = 9+52+65=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #093441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093441 is #F6CBBE. Grayscale: #282828. Windows color (decimal): -16174015 or 4273161. OLE color: 4273161.

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

Color convert

RGB 9 52 65 -
CMYK 0.86 0.20 0 0.75
HSL 193.93º 0.76% 0.15% -
HSV(B) 193.93º 0.86% 0.25% -
XYZ 2.29 2.9 5.44 -
YUV 40.63 141.75 105.44 -
System Red Green Blue C M Y K H S L
Decimal 9 52 65 0.86 0.20 0 0.75 193.93 0.76 0.15
Hex 9 34 41 56 14 0 4B C2 4C F
Octal 11 64 101 126 24 0 113 302 114 17
Binary 1001 110100 1000001 1010110 10100 0 1001011 11000010 1001100 1111

Color Harmonies of #093441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093441

Black with #093441

Text Example


Text Example

White with #093441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093441; }

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

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

background-color css

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

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

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

border-color css

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

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

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