Html Css Color HEX #0A3234 Nordic

📋 copy color: '#0A3234'

red 10 ◦ green 50 ◦ blue 52

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

Shades of Nordic #0A3234

Tints of Nordic #0A3234

RGB

 RED value IS 10 (4.3% from 255) = 8.93%

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

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

R = 8.93%
G = 44.64%
B = 46.43%

CMYK

 C value IS 0.81

 M value IS 0.04

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#0A3234 (or 0x0A3234) is known color: Nordic. HEX triplet: 0A, 32 and 34. RGB value is (10,50,52). Sum of RGB (Red+Green+Blue) = 10+50+52=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 52 (20.70% from 255 or 46.43% from 112); Max value from RGB is 52 - color contains mainly: blue. Hex color #0A3234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3234 is #F5CDCB. Grayscale: #262626. Windows color (decimal): -16109004 or 3420682. OLE color: 3420682.

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

Color convert

RGB 10 50 52 -
CMYK 0.81 0.04 0 0.80
HSL 182.86º 0.68% 0.12% -
HSV(B) 182.86º 0.81% 0.2% -
XYZ 1.89 2.59 3.65 -
YUV 38.27 135.75 107.84 -
System Red Green Blue C M Y K H S L
Decimal 10 50 52 0.81 0.04 0 0.80 182.86 0.68 0.12
Hex A 32 34 51 4 0 50 B7 44 C
Octal 12 62 64 121 4 0 120 267 104 14
Binary 1010 110010 110100 1010001 100 0 1010000 10110111 1000100 1100

Color Harmonies of #0A3234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3234

Black with #0A3234

Text Example


Text Example

White with #0A3234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A3234; }

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

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

background-color css

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

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

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

border-color css

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

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

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