Html Css Color HEX #125281 Dark Cerulean

📋 copy color: '#125281'

red 18 ◦ green 82 ◦ blue 129

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

Shades of Dark Cerulean #125281

Tints of Dark Cerulean #125281

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.81%

 BLUE value IS 129 (50.78% from 255) = 56.33%

R = 7.86%
G = 35.81%
B = 56.33%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#125281 (or 0x125281) is known color: Dark Cerulean. HEX triplet: 12, 52 and 81. RGB value is (18,82,129). Sum of RGB (Red+Green+Blue) = 18+82+129=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 129 (50.78% from 255 or 56.33% from 229); Max value from RGB is 129 - color contains mainly: blue. Hex color #125281 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125281 is #EDAD7E. Grayscale: #434343. Windows color (decimal): -15576447 or 8475154. OLE color: 8475154.

HSL color Cylindrical-coordinate representation of color #125281: hue angle of 205.41º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #125281 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 82 129 -
CMYK 0.86 0.36 0 0.49
HSL 205.41º 0.76% 0.29% -
HSV(B) 205.41º 0.86% 0.51% -
XYZ 7.23 7.75 21.88 -
YUV 68.22 162.3 92.18 -
System Red Green Blue C M Y K H S L
Decimal 18 82 129 0.86 0.36 0 0.49 205.41 0.76 0.29
Hex 12 52 81 56 24 0 31 CD 4C 1D
Octal 22 122 201 126 44 0 61 315 114 35
Binary 10010 1010010 10000001 1010110 100100 0 110001 11001101 1001100 11101

Color Harmonies of #125281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125281

Black with #125281

Text Example


Text Example

White with #125281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125281; }

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

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

background-color css

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

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

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

border-color css

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

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

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