Html Css Color HEX #0A3640 Nordic

📋 copy color: '#0A3640'

red 10 ◦ green 54 ◦ blue 64

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

Shades of Nordic #0A3640

Tints of Nordic #0A3640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 42.19%

 BLUE value IS 64 (25.39% from 255) = 50%

R = 7.81%
G = 42.19%
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

#0A3640 (or 0x0A3640) is known color: Nordic. HEX triplet: 0A, 36 and 40. RGB value is (10,54,64). Sum of RGB (Red+Green+Blue) = 10+54+64=128 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.81% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #0A3640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3640 is #F5C9BF. Grayscale: #292929. Windows color (decimal): -16107968 or 4208138. OLE color: 4208138.

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

Color convert

RGB 10 54 64 -
CMYK 0.84 0.16 0 0.75
HSL 191.11º 0.73% 0.15% -
HSV(B) 191.11º 0.84% 0.25% -
XYZ 2.37 3.07 5.32 -
YUV 41.98 140.42 105.19 -
System Red Green Blue C M Y K H S L
Decimal 10 54 64 0.84 0.16 0 0.75 191.11 0.73 0.15
Hex A 36 40 54 10 0 4B BF 49 F
Octal 12 66 100 124 20 0 113 277 111 17
Binary 1010 110110 1000000 1010100 10000 0 1001011 10111111 1001001 1111

Color Harmonies of #0A3640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3640

Black with #0A3640

Text Example


Text Example

White with #0A3640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,54,64); }

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

background-color css

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

 a { background-color: rgb(10,54,64); }

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

border-color css

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

 span { border-color: rgb(10,54,64); }

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