Html Css Color HEX #0A333D Nordic

📋 copy color: '#0A333D'

red 10 ◦ green 51 ◦ blue 61

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

Shades of Nordic #0A333D

Tints of Nordic #0A333D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 41.8%

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

R = 8.2%
G = 41.8%
B = 50%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0A333D (or 0x0A333D) is known color: Nordic. HEX triplet: 0A, 33 and 3D. RGB value is (10,51,61). Sum of RGB (Red+Green+Blue) = 10+51+61=122 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.20% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A333D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A333D is #F5CCC2. Grayscale: #272727. Windows color (decimal): -16108739 or 4010762. OLE color: 4010762.

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

Color convert

RGB 10 51 61 -
CMYK 0.84 0.16 0 0.76
HSL 191.76º 0.72% 0.14% -
HSV(B) 191.76º 0.84% 0.24% -
XYZ 2.15 2.77 4.84 -
YUV 39.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 10 51 61 0.84 0.16 0 0.76 191.76 0.72 0.14
Hex A 33 3D 54 10 0 4C C0 48 E
Octal 12 63 75 124 20 0 114 300 110 16
Binary 1010 110011 111101 1010100 10000 0 1001100 11000000 1001000 1110

Color Harmonies of #0A333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A333D

Black with #0A333D

Text Example


Text Example

White with #0A333D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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