Html Css Color HEX #134F8F Dark Cerulean

📋 copy color: '#134F8F'

red 19 ◦ green 79 ◦ blue 143

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

Shades of Dark Cerulean #134F8F

Tints of Dark Cerulean #134F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 59.34%

R = 7.88%
G = 32.78%
B = 59.34%

CMYK

 C value IS 0.87

 M value IS 0.45

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#134F8F (or 0x134F8F) is known color: Dark Cerulean. HEX triplet: 13, 4F and 8F. RGB value is (19,79,143). Sum of RGB (Red+Green+Blue) = 19+79+143=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 143 (56.25% from 255 or 59.34% from 241); Max value from RGB is 143 - color contains mainly: blue. Hex color #134F8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134F8F is #ECB070. Grayscale: #444444. Windows color (decimal): -15511665 or 9391891. OLE color: 9391891.

HSL color Cylindrical-coordinate representation of color #134F8F: hue angle of 210.97º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134F8F is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 79 143 -
CMYK 0.87 0.45 0 0.44
HSL 210.97º 0.77% 0.32% -
HSV(B) 210.97º 0.87% 0.56% -
XYZ 8.02 7.71 27.05 -
YUV 68.36 170.12 92.8 -
System Red Green Blue C M Y K H S L
Decimal 19 79 143 0.87 0.45 0 0.44 210.97 0.77 0.32
Hex 13 4F 8F 57 2D 0 2C D3 4D 20
Octal 23 117 217 127 55 0 54 323 115 40
Binary 10011 1001111 10001111 1010111 101101 0 101100 11010011 1001101 100000

Color Harmonies of #134F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134F8F

Black with #134F8F

Text Example


Text Example

White with #134F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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