Html Css Color HEX #0A343F Nordic

📋 copy color: '#0A343F'

red 10 ◦ green 52 ◦ blue 63

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

Shades of Nordic #0A343F

Tints of Nordic #0A343F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 41.6%

 BLUE value IS 63 (25% from 255) = 50.4%

R = 8%
G = 41.6%
B = 50.4%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0A343F (or 0x0A343F) is known color: Nordic. HEX triplet: 0A, 34 and 3F. RGB value is (10,52,63). Sum of RGB (Red+Green+Blue) = 10+52+63=125 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 63 (25% from 255 or 50.4% from 125); Max value from RGB is 63 - color contains mainly: blue. Hex color #0A343F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A343F is #F5CBC0. Grayscale: #282828. Windows color (decimal): -16108481 or 4142090. OLE color: 4142090.

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

Color convert

RGB 10 52 63 -
CMYK 0.84 0.17 0 0.75
HSL 192.45º 0.73% 0.14% -
HSV(B) 192.45º 0.84% 0.25% -
XYZ 2.25 2.88 5.14 -
YUV 40.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 10 52 63 0.84 0.17 0 0.75 192.45 0.73 0.14
Hex A 34 3F 54 11 0 4B C0 49 E
Octal 12 64 77 124 21 0 113 300 111 16
Binary 1010 110100 111111 1010100 10001 0 1001011 11000000 1001001 1110

Color Harmonies of #0A343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A343F

Black with #0A343F

Text Example


Text Example

White with #0A343F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,52,63); }

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

background-color css

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

 a { background-color: rgb(10,52,63); }

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

border-color css

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

 span { border-color: rgb(10,52,63); }

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