Html Css Color HEX #0A353C Nordic

📋 copy color: '#0A353C'

red 10 ◦ green 53 ◦ blue 60

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

Shades of Nordic #0A353C

Tints of Nordic #0A353C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 48.78%

R = 8.13%
G = 43.09%
B = 48.78%

CMYK

 C value IS 0.83

 M value IS 0.12

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0A353C (or 0x0A353C) is known color: Nordic. HEX triplet: 0A, 35 and 3C. RGB value is (10,53,60). Sum of RGB (Red+Green+Blue) = 10+53+60=123 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.13% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 60 (23.83% from 255 or 48.78% from 123); Max value from RGB is 60 - color contains mainly: blue. Hex color #0A353C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A353C is #F5CAC3. Grayscale: #282828. Windows color (decimal): -16108228 or 3945738. OLE color: 3945738.

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

Color convert

RGB 10 53 60 -
CMYK 0.83 0.12 0 0.76
HSL 188.4º 0.71% 0.14% -
HSV(B) 188.4º 0.83% 0.24% -
XYZ 2.21 2.94 4.73 -
YUV 40.94 138.75 105.93 -
System Red Green Blue C M Y K H S L
Decimal 10 53 60 0.83 0.12 0 0.76 188.4 0.71 0.14
Hex A 35 3C 53 C 0 4C BC 47 E
Octal 12 65 74 123 14 0 114 274 107 16
Binary 1010 110101 111100 1010011 1100 0 1001100 10111100 1000111 1110

Color Harmonies of #0A353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A353C

Black with #0A353C

Text Example


Text Example

White with #0A353C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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