Html Css Color HEX #0A383D Nordic

📋 copy color: '#0A383D'

red 10 ◦ green 56 ◦ blue 61

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

Shades of Nordic #0A383D

Tints of Nordic #0A383D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 44.09%

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

R = 7.87%
G = 44.09%
B = 48.03%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0A383D (or 0x0A383D) is known color: Nordic. HEX triplet: 0A, 38 and 3D. RGB value is (10,56,61). Sum of RGB (Red+Green+Blue) = 10+56+61=127 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.87% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A383D is #F5C7C2. Grayscale: #2A2A2A. Windows color (decimal): -16107459 or 4012042. OLE color: 4012042.

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

Color convert

RGB 10 56 61 -
CMYK 0.84 0.08 0 0.76
HSL 185.88º 0.72% 0.14% -
HSV(B) 185.88º 0.84% 0.24% -
XYZ 2.38 3.23 4.91 -
YUV 42.82 138.26 104.59 -
System Red Green Blue C M Y K H S L
Decimal 10 56 61 0.84 0.08 0 0.76 185.88 0.72 0.14
Hex A 38 3D 54 8 0 4C BA 48 E
Octal 12 70 75 124 10 0 114 272 110 16
Binary 1010 111000 111101 1010100 1000 0 1001100 10111010 1001000 1110

Color Harmonies of #0A383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A383D

Black with #0A383D

Text Example


Text Example

White with #0A383D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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