Html Css Color HEX #0A353A Nordic

📋 copy color: '#0A353A'

red 10 ◦ green 53 ◦ blue 58

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

Shades of Nordic #0A353A

Tints of Nordic #0A353A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 47.93%

R = 8.26%
G = 43.8%
B = 47.93%

CMYK

 C value IS 0.83

 M value IS 0.09

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0A353A (or 0x0A353A) is known color: Nordic. HEX triplet: 0A, 35 and 3A. RGB value is (10,53,58). Sum of RGB (Red+Green+Blue) = 10+53+58=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 58 (23.05% from 255 or 47.93% from 121); Max value from RGB is 58 - color contains mainly: blue. Hex color #0A353A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A353A is #F5CAC5. Grayscale: #282828. Windows color (decimal): -16108230 or 3814666. OLE color: 3814666.

HSL color Cylindrical-coordinate representation of color #0A353A: hue angle of 186.25º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A353A is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 10 53 58 -
CMYK 0.83 0.09 0 0.77
HSL 186.25º 0.71% 0.13% -
HSV(B) 186.25º 0.83% 0.23% -
XYZ 2.16 2.92 4.45 -
YUV 40.71 137.75 106.09 -
System Red Green Blue C M Y K H S L
Decimal 10 53 58 0.83 0.09 0 0.77 186.25 0.71 0.13
Hex A 35 3A 53 9 0 4D BA 47 D
Octal 12 65 72 123 11 0 115 272 107 15
Binary 1010 110101 111010 1010011 1001 0 1001101 10111010 1000111 1101

Color Harmonies of #0A353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A353A

Black with #0A353A

Text Example


Text Example

White with #0A353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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