Html Css Color HEX #134AA4 Cobalt

📋 copy color: '#134AA4'

red 19 ◦ green 74 ◦ blue 164

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

Shades of Cobalt #134AA4

Tints of Cobalt #134AA4

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.79%

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

R = 7.39%
G = 28.79%
B = 63.81%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#134AA4 (or 0x134AA4) is known color: Cobalt. HEX triplet: 13, 4A and A4. RGB value is (19,74,164). Sum of RGB (Red+Green+Blue) = 19+74+164=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 164 (64.45% from 255 or 63.81% from 257); Max value from RGB is 164 - color contains mainly: blue. Hex color #134AA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134AA4 is #ECB55B. Grayscale: #434343. Windows color (decimal): -15512924 or 10766867. OLE color: 10766867.

HSL color Cylindrical-coordinate representation of color #134AA4: hue angle of 217.24º 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 #134AA4 is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 74 164 -
CMYK 0.88 0.55 0 0.36
HSL 217.24º 0.79% 0.36% -
HSV(B) 217.24º 0.88% 0.64% -
XYZ 9.42 7.72 36.11 -
YUV 67.82 182.28 93.18 -
System Red Green Blue C M Y K H S L
Decimal 19 74 164 0.88 0.55 0 0.36 217.24 0.79 0.36
Hex 13 4A A4 58 37 0 24 D9 4F 24
Octal 23 112 244 130 67 0 44 331 117 44
Binary 10011 1001010 10100100 1011000 110111 0 100100 11011001 1001111 100100

Color Harmonies of #134AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134AA4

Black with #134AA4

Text Example


Text Example

White with #134AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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