Html Css Color HEX #134BA4 Cobalt

📋 copy color: '#134BA4'

red 19 ◦ green 75 ◦ blue 164

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

Shades of Cobalt #134BA4

Tints of Cobalt #134BA4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.07%

 BLUE value IS 164 (64.45% from 255) = 63.57%

R = 7.36%
G = 29.07%
B = 63.57%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#134BA4 (or 0x134BA4) is known color: Cobalt. HEX triplet: 13, 4B and A4. RGB value is (19,75,164). Sum of RGB (Red+Green+Blue) = 19+75+164=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 164 (64.45% from 255 or 63.57% from 258); Max value from RGB is 164 - color contains mainly: blue. Hex color #134BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134BA4 is #ECB45B. Grayscale: #434343. Windows color (decimal): -15512668 or 10767123. OLE color: 10767123.

HSL color Cylindrical-coordinate representation of color #134BA4: hue angle of 216.83º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #134BA4 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 75 164 -
CMYK 0.88 0.54 0 0.36
HSL 216.83º 0.79% 0.36% -
HSV(B) 216.83º 0.88% 0.64% -
XYZ 9.49 7.85 36.14 -
YUV 68.4 181.95 92.76 -
System Red Green Blue C M Y K H S L
Decimal 19 75 164 0.88 0.54 0 0.36 216.83 0.79 0.36
Hex 13 4B A4 58 36 0 24 D9 4F 24
Octal 23 113 244 130 66 0 44 331 117 44
Binary 10011 1001011 10100100 1011000 110110 0 100100 11011001 1001111 100100

Color Harmonies of #134BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134BA4

Black with #134BA4

Text Example


Text Example

White with #134BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,75,164); }

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

background-color css

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

 a { background-color: rgb(19,75,164); }

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

border-color css

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

 span { border-color: rgb(19,75,164); }

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