Html Css Color HEX #10333D Nordic

📋 copy color: '#10333D'

red 16 ◦ green 51 ◦ blue 61

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

Shades of Nordic #10333D

Tints of Nordic #10333D

RGB

 RED value IS 16 (6.64% from 255) = 12.5%

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

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

R = 12.5%
G = 39.84%
B = 47.66%

CMYK

 C value IS 0.74

 M value IS 0.16

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#10333D (or 0x10333D) is known color: Nordic. HEX triplet: 10, 33 and 3D. RGB value is (16,51,61). Sum of RGB (Red+Green+Blue) = 16+51+61=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #10333D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10333D is #EFCCC2. Grayscale: #292929. Windows color (decimal): -15715523 or 4010768. OLE color: 4010768.

HSL color Cylindrical-coordinate representation of color #10333D: hue angle of 193.33º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #10333D is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 16 51 61 -
CMYK 0.74 0.16 0 0.76
HSL 193.33º 0.58% 0.15% -
HSV(B) 193.33º 0.74% 0.24% -
XYZ 2.24 2.81 4.84 -
YUV 41.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 16 51 61 0.74 0.16 0 0.76 193.33 0.58 0.15
Hex 10 33 3D 4A 10 0 4C C1 3A F
Octal 20 63 75 112 20 0 114 301 72 17
Binary 10000 110011 111101 1001010 10000 0 1001100 11000001 111010 1111

Color Harmonies of #10333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10333D

Black with #10333D

Text Example


Text Example

White with #10333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10333D; }

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

 H1.HeaderClassName
 {
   color: #10333D;
 }
 .AnyTagClassName
 {
   color: #10333D;
 }
</style>

background-color css

<style>
 a { background-color: #10333D; }

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

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

border-color css

<style>
 span { border-color: #10333D; }

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

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