Html Css Color HEX #10333C Nordic

📋 copy color: '#10333C'

red 16 ◦ green 51 ◦ blue 60

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

Shades of Nordic #10333C

Tints of Nordic #10333C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 47.24%

R = 12.6%
G = 40.16%
B = 47.24%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#10333C (or 0x10333C) is known color: Nordic. HEX triplet: 10, 33 and 3C. RGB value is (16,51,60). Sum of RGB (Red+Green+Blue) = 16+51+60=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 60 (23.83% from 255 or 47.24% from 127); Max value from RGB is 60 - color contains mainly: blue. Hex color #10333C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10333C is #EFCCC3. Grayscale: #292929. Windows color (decimal): -15715524 or 3945232. OLE color: 3945232.

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

Color convert

RGB 16 51 60 -
CMYK 0.73 0.15 0 0.76
HSL 192.27º 0.58% 0.15% -
HSV(B) 192.27º 0.73% 0.24% -
XYZ 2.21 2.8 4.7 -
YUV 41.56 138.4 109.77 -
System Red Green Blue C M Y K H S L
Decimal 16 51 60 0.73 0.15 0 0.76 192.27 0.58 0.15
Hex 10 33 3C 49 F 0 4C C0 3A F
Octal 20 63 74 111 17 0 114 300 72 17
Binary 10000 110011 111100 1001001 1111 0 1001100 11000000 111010 1111

Color Harmonies of #10333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10333C

Black with #10333C

Text Example


Text Example

White with #10333C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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