Html Css Color HEX #11333C Nordic

📋 copy color: '#11333C'

red 17 ◦ green 51 ◦ blue 60

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

Shades of Nordic #11333C

Tints of Nordic #11333C

RGB

 RED value IS 17 (7.03% from 255) = 13.28%

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

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

R = 13.28%
G = 39.84%
B = 46.88%

CMYK

 C value IS 0.72

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#11333C (or 0x11333C) is known color: Nordic. HEX triplet: 11, 33 and 3C. RGB value is (17,51,60). Sum of RGB (Red+Green+Blue) = 17+51+60=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 60 (23.83% from 255 or 46.88% from 128); Max value from RGB is 60 - color contains mainly: blue. Hex color #11333C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11333C is #EECCC3. Grayscale: #292929. Windows color (decimal): -15649988 or 3945233. OLE color: 3945233.

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

Color convert

RGB 17 51 60 -
CMYK 0.72 0.15 0 0.76
HSL 192.56º 0.56% 0.15% -
HSV(B) 192.56º 0.72% 0.24% -
XYZ 2.23 2.81 4.7 -
YUV 41.86 138.24 110.27 -
System Red Green Blue C M Y K H S L
Decimal 17 51 60 0.72 0.15 0 0.76 192.56 0.56 0.15
Hex 11 33 3C 48 F 0 4C C1 38 F
Octal 21 63 74 110 17 0 114 301 70 17
Binary 10001 110011 111100 1001000 1111 0 1001100 11000001 111000 1111

Color Harmonies of #11333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11333C

Black with #11333C

Text Example


Text Example

White with #11333C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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