Html Css Color HEX #0A3542 Nordic

📋 copy color: '#0A3542'

red 10 ◦ green 53 ◦ blue 66

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

Shades of Nordic #0A3542

Tints of Nordic #0A3542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 51.16%

R = 7.75%
G = 41.09%
B = 51.16%

CMYK

 C value IS 0.85

 M value IS 0.20

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#0A3542 (or 0x0A3542) is known color: Nordic. HEX triplet: 0A, 35 and 42. RGB value is (10,53,66). Sum of RGB (Red+Green+Blue) = 10+53+66=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 66 (26.17% from 255 or 51.16% from 129); Max value from RGB is 66 - color contains mainly: blue. Hex color #0A3542 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3542 is #F5CABD. Grayscale: #292929. Windows color (decimal): -16108222 or 4338954. OLE color: 4338954.

HSL color Cylindrical-coordinate representation of color #0A3542: hue angle of 193.93º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A3542 is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 10 53 66 -
CMYK 0.85 0.20 0 0.74
HSL 193.93º 0.74% 0.15% -
HSV(B) 193.93º 0.85% 0.26% -
XYZ 2.38 3 5.61 -
YUV 41.63 141.75 105.44 -
System Red Green Blue C M Y K H S L
Decimal 10 53 66 0.85 0.20 0 0.74 193.93 0.74 0.15
Hex A 35 42 55 14 0 4A C2 4A F
Octal 12 65 102 125 24 0 112 302 112 17
Binary 1010 110101 1000010 1010101 10100 0 1001010 11000010 1001010 1111

Color Harmonies of #0A3542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3542

Black with #0A3542

Text Example


Text Example

White with #0A3542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,53,66); }

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

background-color css

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

 a { background-color: rgb(10,53,66); }

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

border-color css

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

 span { border-color: rgb(10,53,66); }

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