Html Css Color HEX #12434E Cyprus

📋 copy color: '#12434E'

red 18 ◦ green 67 ◦ blue 78

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

Shades of Cyprus #12434E

Tints of Cyprus #12434E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.1%

 BLUE value IS 78 (30.86% from 255) = 47.85%

R = 11.04%
G = 41.1%
B = 47.85%

CMYK

 C value IS 0.77

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#12434E (or 0x12434E) is known color: Cyprus. HEX triplet: 12, 43 and 4E. RGB value is (18,67,78). Sum of RGB (Red+Green+Blue) = 18+67+78=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 78 - color contains mainly: blue. Hex color #12434E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12434E is #EDBCB1. Grayscale: #353535. Windows color (decimal): -15580338 or 5128978. OLE color: 5128978.

HSL color Cylindrical-coordinate representation of color #12434E: hue angle of 191º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12434E is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 67 78 -
CMYK 0.77 0.14 0 0.69
HSL 191º 0.63% 0.19% -
HSV(B) 191º 0.77% 0.31% -
XYZ 3.63 4.69 7.92 -
YUV 53.6 141.77 102.61 -
System Red Green Blue C M Y K H S L
Decimal 18 67 78 0.77 0.14 0 0.69 191 0.63 0.19
Hex 12 43 4E 4D E 0 45 BF 3E 13
Octal 22 103 116 115 16 0 105 277 76 23
Binary 10010 1000011 1001110 1001101 1110 0 1000101 10111111 111110 10011

Color Harmonies of #12434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12434E

Black with #12434E

Text Example


Text Example

White with #12434E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12434E; }

 p { color: rgb(18,67,78); }

 H1.HeaderClassName
 {
   color: #12434E;
 }
 .AnyTagClassName
 {
   color: #12434E;
 }
</style>

background-color css

<style>
 a { background-color: #12434E; }

 a { background-color: rgb(18,67,78); }

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

border-color css

<style>
 span { border-color: #12434E; }

 span { border-color: rgb(18,67,78); }

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