Html Css Color HEX #10414B Cyprus

📋 copy color: '#10414B'

red 16 ◦ green 65 ◦ blue 75

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

Shades of Cyprus #10414B

Tints of Cyprus #10414B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.67%

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

R = 10.26%
G = 41.67%
B = 48.08%

CMYK

 C value IS 0.79

 M value IS 0.13

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#10414B (or 0x10414B) is known color: Cyprus. HEX triplet: 10, 41 and 4B. RGB value is (16,65,75). Sum of RGB (Red+Green+Blue) = 16+65+75=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #10414B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10414B is #EFBEB4. Grayscale: #333333. Windows color (decimal): -15711925 or 4931856. OLE color: 4931856.

HSL color Cylindrical-coordinate representation of color #10414B: hue angle of 190.17º 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 #10414B is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 65 75 -
CMYK 0.79 0.13 0 0.71
HSL 190.17º 0.65% 0.18% -
HSV(B) 190.17º 0.79% 0.29% -
XYZ 3.37 4.4 7.33 -
YUV 51.49 141.27 102.69 -
System Red Green Blue C M Y K H S L
Decimal 16 65 75 0.79 0.13 0 0.71 190.17 0.65 0.18
Hex 10 41 4B 4F D 0 47 BE 41 12
Octal 20 101 113 117 15 0 107 276 101 22
Binary 10000 1000001 1001011 1001111 1101 0 1000111 10111110 1000001 10010

Color Harmonies of #10414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10414B

Black with #10414B

Text Example


Text Example

White with #10414B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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