Html Css Color HEX #125485 Dark Cerulean

📋 copy color: '#125485'

red 18 ◦ green 84 ◦ blue 133

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

Shades of Dark Cerulean #125485

Tints of Dark Cerulean #125485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.74%

 BLUE value IS 133 (52.34% from 255) = 56.6%

R = 7.66%
G = 35.74%
B = 56.6%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#125485 (or 0x125485) is known color: Dark Cerulean. HEX triplet: 12, 54 and 85. RGB value is (18,84,133). Sum of RGB (Red+Green+Blue) = 18+84+133=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #125485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125485 is #EDAB7A. Grayscale: #454545. Windows color (decimal): -15575931 or 8737810. OLE color: 8737810.

HSL color Cylindrical-coordinate representation of color #125485: hue angle of 205.57º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #125485 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 84 133 -
CMYK 0.86 0.37 0 0.48
HSL 205.57º 0.76% 0.3% -
HSV(B) 205.57º 0.86% 0.52% -
XYZ 7.65 8.16 23.36 -
YUV 69.85 163.63 91.02 -
System Red Green Blue C M Y K H S L
Decimal 18 84 133 0.86 0.37 0 0.48 205.57 0.76 0.3
Hex 12 54 85 56 25 0 30 CE 4C 1E
Octal 22 124 205 126 45 0 60 316 114 36
Binary 10010 1010100 10000101 1010110 100101 0 110000 11001110 1001100 11110

Color Harmonies of #125485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125485

Black with #125485

Text Example


Text Example

White with #125485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125485; }

 p { color: rgb(18,84,133); }

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

background-color css

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

 a { background-color: rgb(18,84,133); }

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

border-color css

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

 span { border-color: rgb(18,84,133); }

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