Html Css Color HEX #124DA5 Cobalt

📋 copy color: '#124DA5'

red 18 ◦ green 77 ◦ blue 165

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

Shades of Cobalt #124DA5

Tints of Cobalt #124DA5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.62%

 BLUE value IS 165 (64.84% from 255) = 63.46%

R = 6.92%
G = 29.62%
B = 63.46%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#124DA5 (or 0x124DA5) is known color: Cobalt. HEX triplet: 12, 4D and A5. RGB value is (18,77,165). Sum of RGB (Red+Green+Blue) = 18+77+165=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 165 (64.84% from 255 or 63.46% from 260); Max value from RGB is 165 - color contains mainly: blue. Hex color #124DA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124DA5 is #EDB25A. Grayscale: #444444. Windows color (decimal): -15577691 or 10833170. OLE color: 10833170.

HSL color Cylindrical-coordinate representation of color #124DA5: hue angle of 215.92º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #124DA5 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 77 165 -
CMYK 0.89 0.53 0 0.35
HSL 215.92º 0.8% 0.36% -
HSV(B) 215.92º 0.89% 0.65% -
XYZ 9.69 8.15 36.66 -
YUV 69.39 181.95 91.34 -
System Red Green Blue C M Y K H S L
Decimal 18 77 165 0.89 0.53 0 0.35 215.92 0.8 0.36
Hex 12 4D A5 59 35 0 23 D8 50 24
Octal 22 115 245 131 65 0 43 330 120 44
Binary 10010 1001101 10100101 1011001 110101 0 100011 11011000 1010000 100100

Color Harmonies of #124DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124DA5

Black with #124DA5

Text Example


Text Example

White with #124DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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