Html Css Color HEX #093138 Nordic

📋 copy color: '#093138'

red 9 ◦ green 49 ◦ blue 56

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

Shades of Nordic #093138

Tints of Nordic #093138

RGB

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

 GREEN value IS 49 (19.53% from 255) = 42.98%

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

R = 7.89%
G = 42.98%
B = 49.12%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#093138 (or 0x093138) is known color: Nordic. HEX triplet: 09, 31 and 38. RGB value is (9,49,56). Sum of RGB (Red+Green+Blue) = 9+49+56=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 56 (22.27% from 255 or 49.12% from 114); Max value from RGB is 56 - color contains mainly: blue. Hex color #093138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093138 is #F6CEC7. Grayscale: #252525. Windows color (decimal): -16174792 or 3682569. OLE color: 3682569.

HSL color Cylindrical-coordinate representation of color #093138: hue angle of 188.94º 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 #093138 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 49 56 -
CMYK 0.84 0.12 0 0.78
HSL 188.94º 0.72% 0.13% -
HSV(B) 188.94º 0.84% 0.22% -
XYZ 1.92 2.54 4.13 -
YUV 37.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 9 49 56 0.84 0.12 0 0.78 188.94 0.72 0.13
Hex 9 31 38 54 C 0 4E BD 48 D
Octal 11 61 70 124 14 0 116 275 110 15
Binary 1001 110001 111000 1010100 1100 0 1001110 10111101 1001000 1101

Color Harmonies of #093138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093138

Black with #093138

Text Example


Text Example

White with #093138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093138; }

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

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

background-color css

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

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

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

border-color css

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

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

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