Html Css Color HEX #093234 Nordic

📋 copy color: '#093234'

red 9 ◦ green 50 ◦ blue 52

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

Shades of Nordic #093234

Tints of Nordic #093234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 45.05%

 BLUE value IS 52 (20.7% from 255) = 46.85%

R = 8.11%
G = 45.05%
B = 46.85%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#093234 (or 0x093234) is known color: Nordic. HEX triplet: 09, 32 and 34. RGB value is (9,50,52). Sum of RGB (Red+Green+Blue) = 9+50+52=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 52 (20.70% from 255 or 46.85% from 111); Max value from RGB is 52 - color contains mainly: blue. Hex color #093234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093234 is #F6CDCB. Grayscale: #252525. Windows color (decimal): -16174540 or 3420681. OLE color: 3420681.

HSL color Cylindrical-coordinate representation of color #093234: hue angle of 182.79º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #093234 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 50 52 -
CMYK 0.83 0.04 0 0.80
HSL 182.79º 0.7% 0.12% -
HSV(B) 182.79º 0.83% 0.2% -
XYZ 1.87 2.59 3.65 -
YUV 37.97 135.92 107.34 -
System Red Green Blue C M Y K H S L
Decimal 9 50 52 0.83 0.04 0 0.80 182.79 0.7 0.12
Hex 9 32 34 53 4 0 50 B7 46 C
Octal 11 62 64 123 4 0 120 267 106 14
Binary 1001 110010 110100 1010011 100 0 1010000 10110111 1000110 1100

Color Harmonies of #093234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093234

Black with #093234

Text Example


Text Example

White with #093234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093234; }

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

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

background-color css

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

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

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

border-color css

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

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

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