Html Css Color HEX #0A353F Nordic

📋 copy color: '#0A353F'

red 10 ◦ green 53 ◦ blue 63

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

Shades of Nordic #0A353F

Tints of Nordic #0A353F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 50%

R = 7.94%
G = 42.06%
B = 50%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0A353F (or 0x0A353F) is known color: Nordic. HEX triplet: 0A, 35 and 3F. RGB value is (10,53,63). Sum of RGB (Red+Green+Blue) = 10+53+63=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 63 (25% from 255 or 50% from 126); Max value from RGB is 63 - color contains mainly: blue. Hex color #0A353F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A353F is #F5CAC0. Grayscale: #292929. Windows color (decimal): -16108225 or 4142346. OLE color: 4142346.

HSL color Cylindrical-coordinate representation of color #0A353F: hue angle of 191.32º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A353F is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 10 53 63 -
CMYK 0.84 0.16 0 0.75
HSL 191.32º 0.73% 0.14% -
HSV(B) 191.32º 0.84% 0.25% -
XYZ 2.3 2.97 5.15 -
YUV 41.28 140.25 105.69 -
System Red Green Blue C M Y K H S L
Decimal 10 53 63 0.84 0.16 0 0.75 191.32 0.73 0.14
Hex A 35 3F 54 10 0 4B BF 49 E
Octal 12 65 77 124 20 0 113 277 111 16
Binary 1010 110101 111111 1010100 10000 0 1001011 10111111 1001001 1110

Color Harmonies of #0A353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A353F

Black with #0A353F

Text Example


Text Example

White with #0A353F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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