#0D454B

Color #0D454B Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #0D454B

Tints of Cyprus #0D454B

Color information

#0D454B (or 0x0D454B) is unknown color: approx Cyprus. HEX triplet: 0D, 45 and 4B. RGB value is (13,69,75). Sum of RGB (Red+Green+Blue) = 13+69+75=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 69 (27.34% from 255 or 43.95% 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 #0D454B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D454B is #F2BAB4. Grayscale: #343434. Windows color (decimal): -15907509 or 4932877. OLE color: 4932877.

HSL color Cylindrical-coordinate representation of color #0D454B: hue angle of 185.81º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D454B is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB136975-
CMYK0.830.0800.71
HSL185.81º70.45%17.25%-
HSV(B)185.81º82.67%29.41%-
XYZ3.564.857.4-
YUV52.94140.4599.51-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.28%
GREEN value IS 69 (27.34% from 255) = 43.95%
BLUE value IS 75 (29.69% from 255) = 47.77%
R=8.28%
G=43.95%
B=47.77%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1369750.830.0800.71185.8170.4517.25
HexD454B538047ba4611
Octal1510511312310010727210621
Binary110110001011001011101001110000100011110111010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D454B; }

 p { color: rgb(13,69,75); }

 H1.HeaderClassName
 {
   color: #0D454B;
 }
 .AnyTagClassName
 {
   color: #0D454B;
 }
</style>
background-color css

<style>
 a { background-color: #0D454B; }

 a { background-color: rgb(13,69,75); }

 div.DivClassName
 {
   background-color: #0D454B;
 }
 .BgClassName
 {
   background-color: #0D454B;
 }
</style>
border-color css

<style>
 span { border-color: #0D454B; }

 span { border-color: rgb(13,69,75); }

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