Html Css Color HEX #135183 Dark Cerulean

📋 copy color: '#135183'

red 19 ◦ green 81 ◦ blue 131

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

Shades of Dark Cerulean #135183

Tints of Dark Cerulean #135183

RGB

 RED value IS 19 (7.81% from 255) = 8.23%

 GREEN value IS 81 (32.03% from 255) = 35.06%

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

R = 8.23%
G = 35.06%
B = 56.71%

CMYK

 C value IS 0.85

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#135183 (or 0x135183) is known color: Dark Cerulean. HEX triplet: 13, 51 and 83. RGB value is (19,81,131). Sum of RGB (Red+Green+Blue) = 19+81+131=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 81 (32.03% from 255 or 35.06% 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 #135183 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135183 is #ECAE7C. Grayscale: #434343. Windows color (decimal): -15511165 or 8605971. OLE color: 8605971.

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

Color convert

RGB 19 81 131 -
CMYK 0.85 0.38 0 0.49
HSL 206.79º 0.75% 0.29% -
HSV(B) 206.79º 0.85% 0.51% -
XYZ 7.31 7.66 22.57 -
YUV 68.16 163.46 92.93 -
System Red Green Blue C M Y K H S L
Decimal 19 81 131 0.85 0.38 0 0.49 206.79 0.75 0.29
Hex 13 51 83 55 26 0 31 CF 4B 1D
Octal 23 121 203 125 46 0 61 317 113 35
Binary 10011 1010001 10000011 1010101 100110 0 110001 11001111 1001011 11101

Color Harmonies of #135183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135183

Black with #135183

Text Example


Text Example

White with #135183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135183; }

 p { color: rgb(19,81,131); }

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

background-color css

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

 a { background-color: rgb(19,81,131); }

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

border-color css

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

 span { border-color: rgb(19,81,131); }

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