Html Css Color HEX #10424B Cyprus

📋 copy color: '#10424B'

red 16 ◦ green 66 ◦ blue 75

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

Shades of Cyprus #10424B

Tints of Cyprus #10424B

RGB

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

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

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

R = 10.19%
G = 42.04%
B = 47.77%

CMYK

 C value IS 0.79

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#10424B (or 0x10424B) is known color: Cyprus. HEX triplet: 10, 42 and 4B. RGB value is (16,66,75). Sum of RGB (Red+Green+Blue) = 16+66+75=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #10424B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10424B is #EFBDB4. Grayscale: #333333. Windows color (decimal): -15711669 or 4932112. OLE color: 4932112.

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

Color convert

RGB 16 66 75 -
CMYK 0.79 0.12 0 0.71
HSL 189.15º 0.65% 0.18% -
HSV(B) 189.15º 0.79% 0.29% -
XYZ 3.43 4.51 7.35 -
YUV 52.08 140.94 102.27 -
System Red Green Blue C M Y K H S L
Decimal 16 66 75 0.79 0.12 0 0.71 189.15 0.65 0.18
Hex 10 42 4B 4F C 0 47 BD 41 12
Octal 20 102 113 117 14 0 107 275 101 22
Binary 10000 1000010 1001011 1001111 1100 0 1000111 10111101 1000001 10010

Color Harmonies of #10424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10424B

Black with #10424B

Text Example


Text Example

White with #10424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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