Html Css Color HEX #093435 Nordic

📋 copy color: '#093435'

red 9 ◦ green 52 ◦ blue 53

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

Shades of Nordic #093435

Tints of Nordic #093435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 46.49%

R = 7.89%
G = 45.61%
B = 46.49%

CMYK

 C value IS 0.83

 M value IS 0.02

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#093435 (or 0x093435) is known color: Nordic. HEX triplet: 09, 34 and 35. RGB value is (9,52,53). Sum of RGB (Red+Green+Blue) = 9+52+53=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 53 (21.09% from 255 or 46.49% from 114); Max value from RGB is 53 - color contains mainly: blue. Hex color #093435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093435 is #F6CBCA. Grayscale: #272727. Windows color (decimal): -16174027 or 3486729. OLE color: 3486729.

HSL color Cylindrical-coordinate representation of color #093435: hue angle of 181.36º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #093435 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 9 52 53 -
CMYK 0.83 0.02 0 0.79
HSL 181.36º 0.71% 0.12% -
HSV(B) 181.36º 0.83% 0.21% -
XYZ 1.98 2.77 3.8 -
YUV 39.26 135.75 106.42 -
System Red Green Blue C M Y K H S L
Decimal 9 52 53 0.83 0.02 0 0.79 181.36 0.71 0.12
Hex 9 34 35 53 2 0 4F B5 47 C
Octal 11 64 65 123 2 0 117 265 107 14
Binary 1001 110100 110101 1010011 10 0 1001111 10110101 1000111 1100

Color Harmonies of #093435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093435

Black with #093435

Text Example


Text Example

White with #093435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093435; }

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

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

background-color css

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

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

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

border-color css

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

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

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