Html Css Color HEX #0D484C Cyprus

📋 copy color: '#0D484C'

red 13 ◦ green 72 ◦ blue 76

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

Shades of Cyprus #0D484C

Tints of Cyprus #0D484C

RGB

 RED value IS 13 (5.47% from 255) = 8.07%

 GREEN value IS 72 (28.52% from 255) = 44.72%

 BLUE value IS 76 (30.08% from 255) = 47.2%

R = 8.07%
G = 44.72%
B = 47.2%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0D484C (or 0x0D484C) is known color: Cyprus. HEX triplet: 0D, 48 and 4C. RGB value is (13,72,76). Sum of RGB (Red+Green+Blue) = 13+72+76=161 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.07% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 76 - color contains mainly: blue. Hex color #0D484C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D484C is #F2B7B3. Grayscale: #363636. Windows color (decimal): -15906740 or 4999181. OLE color: 4999181.

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

Color convert

RGB 13 72 76 -
CMYK 0.83 0.05 0 0.70
HSL 183.81º 0.71% 0.17% -
HSV(B) 183.81º 0.83% 0.3% -
XYZ 3.79 5.24 7.65 -
YUV 54.82 139.95 98.17 -
System Red Green Blue C M Y K H S L
Decimal 13 72 76 0.83 0.05 0 0.70 183.81 0.71 0.17
Hex D 48 4C 53 5 0 46 B8 47 11
Octal 15 110 114 123 5 0 106 270 107 21
Binary 1101 1001000 1001100 1010011 101 0 1000110 10111000 1000111 10001

Color Harmonies of #0D484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D484C

Black with #0D484C

Text Example


Text Example

White with #0D484C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,72,76); }

 H1.HeaderClassName
 {
   color: #0D484C;
 }
 .AnyTagClassName
 {
   color: #0D484C;
 }
</style>

background-color css

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

 a { background-color: rgb(13,72,76); }

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

border-color css

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

 span { border-color: rgb(13,72,76); }

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