Html Css Color HEX #134F83 Dark Cerulean

📋 copy color: '#134F83'

red 19 ◦ green 79 ◦ blue 131

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

Shades of Dark Cerulean #134F83

Tints of Dark Cerulean #134F83

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.5%

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

R = 8.3%
G = 34.5%
B = 57.21%

CMYK

 C value IS 0.85

 M value IS 0.40

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#134F83 (or 0x134F83) is known color: Dark Cerulean. HEX triplet: 13, 4F and 83. RGB value is (19,79,131). Sum of RGB (Red+Green+Blue) = 19+79+131=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 131 (51.56% from 255 or 57.21% from 229); Max value from RGB is 131 - color contains mainly: blue. Hex color #134F83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134F83 is #ECB07C. Grayscale: #424242. Windows color (decimal): -15511677 or 8605459. OLE color: 8605459.

HSL color Cylindrical-coordinate representation of color #134F83: hue angle of 207.86º 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 #134F83 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 79 131 -
CMYK 0.85 0.40 0 0.49
HSL 207.86º 0.75% 0.29% -
HSV(B) 207.86º 0.85% 0.51% -
XYZ 7.16 7.37 22.52 -
YUV 66.99 164.12 93.77 -
System Red Green Blue C M Y K H S L
Decimal 19 79 131 0.85 0.40 0 0.49 207.86 0.75 0.29
Hex 13 4F 83 55 28 0 31 D0 4B 1D
Octal 23 117 203 125 50 0 61 320 113 35
Binary 10011 1001111 10000011 1010101 101000 0 110001 11010000 1001011 11101

Color Harmonies of #134F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134F83

Black with #134F83

Text Example


Text Example

White with #134F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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