Html Css Color HEX #0A353D Nordic

📋 copy color: '#0A353D'

red 10 ◦ green 53 ◦ blue 61

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

Shades of Nordic #0A353D

Tints of Nordic #0A353D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 49.19%

R = 8.06%
G = 42.74%
B = 49.19%

CMYK

 C value IS 0.84

 M value IS 0.13

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0A353D (or 0x0A353D) is known color: Nordic. HEX triplet: 0A, 35 and 3D. RGB value is (10,53,61). Sum of RGB (Red+Green+Blue) = 10+53+61=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A353D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A353D is #F5CAC2. Grayscale: #282828. Windows color (decimal): -16108227 or 4011274. OLE color: 4011274.

HSL color Cylindrical-coordinate representation of color #0A353D: hue angle of 189.41º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A353D is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 10 53 61 -
CMYK 0.84 0.13 0 0.76
HSL 189.41º 0.72% 0.14% -
HSV(B) 189.41º 0.84% 0.24% -
XYZ 2.24 2.95 4.87 -
YUV 41.06 139.25 105.85 -
System Red Green Blue C M Y K H S L
Decimal 10 53 61 0.84 0.13 0 0.76 189.41 0.72 0.14
Hex A 35 3D 54 D 0 4C BD 48 E
Octal 12 65 75 124 15 0 114 275 110 16
Binary 1010 110101 111101 1010100 1101 0 1001100 10111101 1001000 1110

Color Harmonies of #0A353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A353D

Black with #0A353D

Text Example


Text Example

White with #0A353D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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