Html Css Color HEX #134CB1 Cobalt

📋 copy color: '#134CB1'

red 19 ◦ green 76 ◦ blue 177

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

Shades of Cobalt #134CB1

Tints of Cobalt #134CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 65.07%

R = 6.99%
G = 27.94%
B = 65.07%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#134CB1 (or 0x134CB1) is known color: Cobalt. HEX triplet: 13, 4C and B1. RGB value is (19,76,177). Sum of RGB (Red+Green+Blue) = 19+76+177=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 177 (69.53% from 255 or 65.07% from 272); Max value from RGB is 177 - color contains mainly: blue. Hex color #134CB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134CB1 is #ECB34E. Grayscale: #464646. Windows color (decimal): -15512399 or 11619347. OLE color: 11619347.

HSL color Cylindrical-coordinate representation of color #134CB1: hue angle of 218.35º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #134CB1 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 76 177 -
CMYK 0.89 0.57 0 0.31
HSL 218.35º 0.81% 0.38% -
HSV(B) 218.35º 0.89% 0.69% -
XYZ 10.79 8.48 42.66 -
YUV 70.47 188.12 91.29 -
System Red Green Blue C M Y K H S L
Decimal 19 76 177 0.89 0.57 0 0.31 218.35 0.81 0.38
Hex 13 4C B1 59 39 0 1F DA 51 26
Octal 23 114 261 131 71 0 37 332 121 46
Binary 10011 1001100 10110001 1011001 111001 0 11111 11011010 1010001 100110

Color Harmonies of #134CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134CB1

Black with #134CB1

Text Example


Text Example

White with #134CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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