Html Css Color HEX #0A3743 Nordic

📋 copy color: '#0A3743'

red 10 ◦ green 55 ◦ blue 67

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

Shades of Nordic #0A3743

Tints of Nordic #0A3743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 50.76%

R = 7.58%
G = 41.67%
B = 50.76%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#0A3743 (or 0x0A3743) is known color: Nordic. HEX triplet: 0A, 37 and 43. RGB value is (10,55,67). Sum of RGB (Red+Green+Blue) = 10+55+67=132 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.58% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 67 (26.56% from 255 or 50.76% from 132); Max value from RGB is 67 - color contains mainly: blue. Hex color #0A3743 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3743 is #F5C8BC. Grayscale: #2A2A2A. Windows color (decimal): -16107709 or 4405002. OLE color: 4405002.

HSL color Cylindrical-coordinate representation of color #0A3743: hue angle of 192.63º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A3743 is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 10 55 67 -
CMYK 0.85 0.18 0 0.74
HSL 192.63º 0.74% 0.15% -
HSV(B) 192.63º 0.85% 0.26% -
XYZ 2.5 3.2 5.8 -
YUV 42.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 10 55 67 0.85 0.18 0 0.74 192.63 0.74 0.15
Hex A 37 43 55 12 0 4A C1 4A F
Octal 12 67 103 125 22 0 112 301 112 17
Binary 1010 110111 1000011 1010101 10010 0 1001010 11000001 1001010 1111

Color Harmonies of #0A3743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3743

Black with #0A3743

Text Example


Text Example

White with #0A3743

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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