Html Css Color HEX #134CB5 Cobalt

📋 copy color: '#134CB5'

red 19 ◦ green 76 ◦ blue 181

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

Shades of Cobalt #134CB5

Tints of Cobalt #134CB5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.54%

 BLUE value IS 181 (71.09% from 255) = 65.58%

R = 6.88%
G = 27.54%
B = 65.58%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#134CB5 (or 0x134CB5) is known color: Cobalt. HEX triplet: 13, 4C and B5. RGB value is (19,76,181). Sum of RGB (Red+Green+Blue) = 19+76+181=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 181 (71.09% from 255 or 65.58% from 276); Max value from RGB is 181 - color contains mainly: blue. Hex color #134CB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134CB5 is #ECB34A. Grayscale: #464646. Windows color (decimal): -15512395 or 11881491. OLE color: 11881491.

HSL color Cylindrical-coordinate representation of color #134CB5: hue angle of 218.89º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #134CB5 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 19 76 181 -
CMYK 0.90 0.58 0 0.29
HSL 218.89º 0.81% 0.39% -
HSV(B) 218.89º 0.9% 0.71% -
XYZ 11.19 8.64 44.79 -
YUV 70.93 190.12 90.96 -
System Red Green Blue C M Y K H S L
Decimal 19 76 181 0.90 0.58 0 0.29 218.89 0.81 0.39
Hex 13 4C B5 5A 3A 0 1D DB 51 27
Octal 23 114 265 132 72 0 35 333 121 47
Binary 10011 1001100 10110101 1011010 111010 0 11101 11011011 1010001 100111

Color Harmonies of #134CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134CB5

Black with #134CB5

Text Example


Text Example

White with #134CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,76,181); }

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

background-color css

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

 a { background-color: rgb(19,76,181); }

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

border-color css

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

 span { border-color: rgb(19,76,181); }

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