Html Css Color HEX #11424B Cyprus

📋 copy color: '#11424B'

red 17 ◦ green 66 ◦ blue 75

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

Shades of Cyprus #11424B

Tints of Cyprus #11424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 41.77%

 BLUE value IS 75 (29.69% from 255) = 47.47%

R = 10.76%
G = 41.77%
B = 47.47%

CMYK

 C value IS 0.77

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#11424B (or 0x11424B) is known color: Cyprus. HEX triplet: 11, 42 and 4B. RGB value is (17,66,75). Sum of RGB (Red+Green+Blue) = 17+66+75=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #11424B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11424B is #EEBDB4. Grayscale: #343434. Windows color (decimal): -15646133 or 4932113. OLE color: 4932113.

HSL color Cylindrical-coordinate representation of color #11424B: hue angle of 189.31º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11424B is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 66 75 -
CMYK 0.77 0.12 0 0.71
HSL 189.31º 0.63% 0.18% -
HSV(B) 189.31º 0.77% 0.29% -
XYZ 3.45 4.52 7.35 -
YUV 52.38 140.77 102.77 -
System Red Green Blue C M Y K H S L
Decimal 17 66 75 0.77 0.12 0 0.71 189.31 0.63 0.18
Hex 11 42 4B 4D C 0 47 BD 3F 12
Octal 21 102 113 115 14 0 107 275 77 22
Binary 10001 1000010 1001011 1001101 1100 0 1000111 10111101 111111 10010

Color Harmonies of #11424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11424B

Black with #11424B

Text Example


Text Example

White with #11424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11424B; }

 p { color: rgb(17,66,75); }

 H1.HeaderClassName
 {
   color: #11424B;
 }
 .AnyTagClassName
 {
   color: #11424B;
 }
</style>

background-color css

<style>
 a { background-color: #11424B; }

 a { background-color: rgb(17,66,75); }

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

border-color css

<style>
 span { border-color: #11424B; }

 span { border-color: rgb(17,66,75); }

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