Html Css Color HEX #0A373D Nordic

📋 copy color: '#0A373D'

red 10 ◦ green 55 ◦ blue 61

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

Shades of Nordic #0A373D

Tints of Nordic #0A373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 43.65%

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

R = 7.94%
G = 43.65%
B = 48.41%

CMYK

 C value IS 0.84

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0A373D (or 0x0A373D) is known color: Nordic. HEX triplet: 0A, 37 and 3D. RGB value is (10,55,61). Sum of RGB (Red+Green+Blue) = 10+55+61=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A373D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A373D is #F5C8C2. Grayscale: #2A2A2A. Windows color (decimal): -16107715 or 4011786. OLE color: 4011786.

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

Color convert

RGB 10 55 61 -
CMYK 0.84 0.10 0 0.76
HSL 187.06º 0.72% 0.14% -
HSV(B) 187.06º 0.84% 0.24% -
XYZ 2.33 3.13 4.9 -
YUV 42.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 10 55 61 0.84 0.10 0 0.76 187.06 0.72 0.14
Hex A 37 3D 54 A 0 4C BB 48 E
Octal 12 67 75 124 12 0 114 273 110 16
Binary 1010 110111 111101 1010100 1010 0 1001100 10111011 1001000 1110

Color Harmonies of #0A373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A373D

Black with #0A373D

Text Example


Text Example

White with #0A373D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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