Html Css Color HEX #12454D Cyprus

📋 copy color: '#12454D'

red 18 ◦ green 69 ◦ blue 77

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

Shades of Cyprus #12454D

Tints of Cyprus #12454D

RGB

 RED value IS 18 (7.42% from 255) = 10.98%

 GREEN value IS 69 (27.34% from 255) = 42.07%

 BLUE value IS 77 (30.47% from 255) = 46.95%

R = 10.98%
G = 42.07%
B = 46.95%

CMYK

 C value IS 0.77

 M value IS 0.10

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12454D (or 0x12454D) is known color: Cyprus. HEX triplet: 12, 45 and 4D. RGB value is (18,69,77). Sum of RGB (Red+Green+Blue) = 18+69+77=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 77 - color contains mainly: blue. Hex color #12454D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12454D is #EDBAB2. Grayscale: #363636. Windows color (decimal): -15579827 or 5063954. OLE color: 5063954.

HSL color Cylindrical-coordinate representation of color #12454D: hue angle of 188.14º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12454D is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 69 77 -
CMYK 0.77 0.10 0 0.70
HSL 188.14º 0.62% 0.19% -
HSV(B) 188.14º 0.77% 0.3% -
XYZ 3.72 4.92 7.78 -
YUV 54.66 140.6 101.85 -
System Red Green Blue C M Y K H S L
Decimal 18 69 77 0.77 0.10 0 0.70 188.14 0.62 0.19
Hex 12 45 4D 4D A 0 46 BC 3E 13
Octal 22 105 115 115 12 0 106 274 76 23
Binary 10010 1000101 1001101 1001101 1010 0 1000110 10111100 111110 10011

Color Harmonies of #12454D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12454D

Black with #12454D

Text Example


Text Example

White with #12454D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12454D; }

 p { color: rgb(18,69,77); }

 H1.HeaderClassName
 {
   color: #12454D;
 }
 .AnyTagClassName
 {
   color: #12454D;
 }
</style>

background-color css

<style>
 a { background-color: #12454D; }

 a { background-color: rgb(18,69,77); }

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

border-color css

<style>
 span { border-color: #12454D; }

 span { border-color: rgb(18,69,77); }

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