Html Css Color HEX #13464B Cyprus

📋 copy color: '#13464B'

red 19 ◦ green 70 ◦ blue 75

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

Shades of Cyprus #13464B

Tints of Cyprus #13464B

RGB

 RED value IS 19 (7.81% from 255) = 11.59%

 GREEN value IS 70 (27.73% from 255) = 42.68%

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

R = 11.59%
G = 42.68%
B = 45.73%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#13464B (or 0x13464B) is known color: Cyprus. HEX triplet: 13, 46 and 4B. RGB value is (19,70,75). Sum of RGB (Red+Green+Blue) = 19+70+75=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 75 - color contains mainly: blue. Hex color #13464B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13464B is #ECB9B4. Grayscale: #373737. Windows color (decimal): -15514037 or 4933139. OLE color: 4933139.

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

Color convert

RGB 19 70 75 -
CMYK 0.75 0.07 0 0.71
HSL 185.36º 0.6% 0.18% -
HSV(B) 185.36º 0.75% 0.29% -
XYZ 3.73 5.03 7.43 -
YUV 55.32 139.1 102.09 -
System Red Green Blue C M Y K H S L
Decimal 19 70 75 0.75 0.07 0 0.71 185.36 0.6 0.18
Hex 13 46 4B 4B 7 0 47 B9 3C 12
Octal 23 106 113 113 7 0 107 271 74 22
Binary 10011 1000110 1001011 1001011 111 0 1000111 10111001 111100 10010

Color Harmonies of #13464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13464B

Black with #13464B

Text Example


Text Example

White with #13464B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,70,75); }

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

background-color css

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

 a { background-color: rgb(19,70,75); }

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

border-color css

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

 span { border-color: rgb(19,70,75); }

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