Html Css Color HEX #0A313D Nordic

📋 copy color: '#0A313D'

red 10 ◦ green 49 ◦ blue 61

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

Shades of Nordic #0A313D

Tints of Nordic #0A313D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 40.83%

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

R = 8.33%
G = 40.83%
B = 50.83%

CMYK

 C value IS 0.84

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0A313D (or 0x0A313D) is known color: Nordic. HEX triplet: 0A, 31 and 3D. RGB value is (10,49,61). Sum of RGB (Red+Green+Blue) = 10+49+61=120 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.33% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A313D is #F5CEC2. Grayscale: #262626. Windows color (decimal): -16109251 or 4010250. OLE color: 4010250.

HSL color Cylindrical-coordinate representation of color #0A313D: hue angle of 194.12º 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 #0A313D is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 10 49 61 -
CMYK 0.84 0.20 0 0.76
HSL 194.12º 0.72% 0.14% -
HSV(B) 194.12º 0.84% 0.24% -
XYZ 2.07 2.6 4.81 -
YUV 38.71 140.58 107.52 -
System Red Green Blue C M Y K H S L
Decimal 10 49 61 0.84 0.20 0 0.76 194.12 0.72 0.14
Hex A 31 3D 54 14 0 4C C2 48 E
Octal 12 61 75 124 24 0 114 302 110 16
Binary 1010 110001 111101 1010100 10100 0 1001100 11000010 1001000 1110

Color Harmonies of #0A313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A313D

Black with #0A313D

Text Example


Text Example

White with #0A313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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