Html Css Color HEX #124852 Cyprus

📋 copy color: '#124852'

red 18 ◦ green 72 ◦ blue 82

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

Shades of Cyprus #124852

Tints of Cyprus #124852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 47.67%

R = 10.47%
G = 41.86%
B = 47.67%

CMYK

 C value IS 0.78

 M value IS 0.12

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#124852 (or 0x124852) is known color: Cyprus. HEX triplet: 12, 48 and 52. RGB value is (18,72,82). Sum of RGB (Red+Green+Blue) = 18+72+82=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 82 - color contains mainly: blue. Hex color #124852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124852 is #EDB7AD. Grayscale: #383838. Windows color (decimal): -15579054 or 5392402. OLE color: 5392402.

HSL color Cylindrical-coordinate representation of color #124852: hue angle of 189.38º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #124852 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 72 82 -
CMYK 0.78 0.12 0 0.68
HSL 189.38º 0.64% 0.2% -
HSV(B) 189.38º 0.78% 0.32% -
XYZ 4.09 5.37 8.8 -
YUV 56.99 142.11 100.19 -
System Red Green Blue C M Y K H S L
Decimal 18 72 82 0.78 0.12 0 0.68 189.38 0.64 0.2
Hex 12 48 52 4E C 0 44 BD 40 14
Octal 22 110 122 116 14 0 104 275 100 24
Binary 10010 1001000 1010010 1001110 1100 0 1000100 10111101 1000000 10100

Color Harmonies of #124852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124852

Black with #124852

Text Example


Text Example

White with #124852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124852; }

 p { color: rgb(18,72,82); }

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

background-color css

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

 a { background-color: rgb(18,72,82); }

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

border-color css

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

 span { border-color: rgb(18,72,82); }

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