Html Css Color HEX #125283 Dark Cerulean

📋 copy color: '#125283'

red 18 ◦ green 82 ◦ blue 131

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

Shades of Dark Cerulean #125283

Tints of Dark Cerulean #125283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 56.71%

R = 7.79%
G = 35.5%
B = 56.71%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#125283 (or 0x125283) is known color: Dark Cerulean. HEX triplet: 12, 52 and 83. RGB value is (18,82,131). Sum of RGB (Red+Green+Blue) = 18+82+131=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 131 (51.56% from 255 or 56.71% from 231); Max value from RGB is 131 - color contains mainly: blue. Hex color #125283 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125283 is #EDAD7C. Grayscale: #444444. Windows color (decimal): -15576445 or 8606226. OLE color: 8606226.

HSL color Cylindrical-coordinate representation of color #125283: hue angle of 206.02º 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 #125283 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 82 131 -
CMYK 0.86 0.37 0 0.49
HSL 206.02º 0.76% 0.29% -
HSV(B) 206.02º 0.86% 0.51% -
XYZ 7.36 7.8 22.59 -
YUV 68.45 163.3 92.02 -
System Red Green Blue C M Y K H S L
Decimal 18 82 131 0.86 0.37 0 0.49 206.02 0.76 0.29
Hex 12 52 83 56 25 0 31 CE 4C 1D
Octal 22 122 203 126 45 0 61 316 114 35
Binary 10010 1010010 10000011 1010110 100101 0 110001 11001110 1001100 11101

Color Harmonies of #125283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125283

Black with #125283

Text Example


Text Example

White with #125283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125283; }

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

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

background-color css

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

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

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

border-color css

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

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

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