Html Css Color HEX #093538 Nordic

📋 copy color: '#093538'

red 9 ◦ green 53 ◦ blue 56

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

Shades of Nordic #093538

Tints of Nordic #093538

RGB

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

 GREEN value IS 53 (21.09% from 255) = 44.92%

 BLUE value IS 56 (22.27% from 255) = 47.46%

R = 7.63%
G = 44.92%
B = 47.46%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#093538 (or 0x093538) is known color: Nordic. HEX triplet: 09, 35 and 38. RGB value is (9,53,56). Sum of RGB (Red+Green+Blue) = 9+53+56=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 56 (22.27% from 255 or 47.46% from 118); Max value from RGB is 56 - color contains mainly: blue. Hex color #093538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093538 is #F6CAC7. Grayscale: #282828. Windows color (decimal): -16173768 or 3683593. OLE color: 3683593.

HSL color Cylindrical-coordinate representation of color #093538: hue angle of 183.83º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093538 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 53 56 -
CMYK 0.84 0.05 0 0.78
HSL 183.83º 0.72% 0.13% -
HSV(B) 183.83º 0.84% 0.22% -
XYZ 2.1 2.89 4.19 -
YUV 40.19 136.92 105.76 -
System Red Green Blue C M Y K H S L
Decimal 9 53 56 0.84 0.05 0 0.78 183.83 0.72 0.13
Hex 9 35 38 54 5 0 4E B8 48 D
Octal 11 65 70 124 5 0 116 270 110 15
Binary 1001 110101 111000 1010100 101 0 1001110 10111000 1001000 1101

Color Harmonies of #093538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093538

Black with #093538

Text Example


Text Example

White with #093538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093538; }

 p { color: rgb(9,53,56); }

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

background-color css

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

 a { background-color: rgb(9,53,56); }

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

border-color css

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

 span { border-color: rgb(9,53,56); }

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