Html Css Color HEX #134FA4 Cobalt

📋 copy color: '#134FA4'

red 19 ◦ green 79 ◦ blue 164

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

Shades of Cobalt #134FA4

Tints of Cobalt #134FA4

RGB

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

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

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

R = 7.25%
G = 30.15%
B = 62.6%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#134FA4 (or 0x134FA4) is known color: Cobalt. HEX triplet: 13, 4F and A4. RGB value is (19,79,164). Sum of RGB (Red+Green+Blue) = 19+79+164=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 164 (64.45% from 255 or 62.60% from 262); Max value from RGB is 164 - color contains mainly: blue. Hex color #134FA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134FA4 is #ECB05B. Grayscale: #464646. Windows color (decimal): -15511644 or 10768147. OLE color: 10768147.

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

Color convert

RGB 19 79 164 -
CMYK 0.88 0.52 0 0.36
HSL 215.17º 0.79% 0.36% -
HSV(B) 215.17º 0.88% 0.64% -
XYZ 9.77 8.41 36.23 -
YUV 70.75 180.62 91.09 -
System Red Green Blue C M Y K H S L
Decimal 19 79 164 0.88 0.52 0 0.36 215.17 0.79 0.36
Hex 13 4F A4 58 34 0 24 D7 4F 24
Octal 23 117 244 130 64 0 44 327 117 44
Binary 10011 1001111 10100100 1011000 110100 0 100100 11010111 1001111 100100

Color Harmonies of #134FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134FA4

Black with #134FA4

Text Example


Text Example

White with #134FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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