Html Css Color HEX #0A3039 Nordic

📋 copy color: '#0A3039'

red 10 ◦ green 48 ◦ blue 57

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

Shades of Nordic #0A3039

Tints of Nordic #0A3039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 41.74%

 BLUE value IS 57 (22.66% from 255) = 49.57%

R = 8.7%
G = 41.74%
B = 49.57%

CMYK

 C value IS 0.82

 M value IS 0.16

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0A3039 (or 0x0A3039) is known color: Nordic. HEX triplet: 0A, 30 and 39. RGB value is (10,48,57). Sum of RGB (Red+Green+Blue) = 10+48+57=115 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.70% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 57 (22.66% from 255 or 49.57% from 115); Max value from RGB is 57 - color contains mainly: blue. Hex color #0A3039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3039 is #F5CFC6. Grayscale: #252525. Windows color (decimal): -16109511 or 3747850. OLE color: 3747850.

HSL color Cylindrical-coordinate representation of color #0A3039: hue angle of 191.49º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A3039 is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 10 48 57 -
CMYK 0.82 0.16 0 0.78
HSL 191.49º 0.7% 0.13% -
HSV(B) 191.49º 0.82% 0.22% -
XYZ 1.92 2.47 4.25 -
YUV 37.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 10 48 57 0.82 0.16 0 0.78 191.49 0.7 0.13
Hex A 30 39 52 10 0 4E BF 46 D
Octal 12 60 71 122 20 0 116 277 106 15
Binary 1010 110000 111001 1010010 10000 0 1001110 10111111 1000110 1101

Color Harmonies of #0A3039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3039

Black with #0A3039

Text Example


Text Example

White with #0A3039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,48,57); }

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

background-color css

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

 a { background-color: rgb(10,48,57); }

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

border-color css

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

 span { border-color: rgb(10,48,57); }

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