Html Css Color HEX #134AAF Cobalt

📋 copy color: '#134AAF'

red 19 ◦ green 74 ◦ blue 175

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

Shades of Cobalt #134AAF

Tints of Cobalt #134AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 65.3%

R = 7.09%
G = 27.61%
B = 65.3%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#134AAF (or 0x134AAF) is known color: Cobalt. HEX triplet: 13, 4A and AF. RGB value is (19,74,175). Sum of RGB (Red+Green+Blue) = 19+74+175=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 175 (68.75% from 255 or 65.30% from 268); Max value from RGB is 175 - color contains mainly: blue. Hex color #134AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134AAF is #ECB550. Grayscale: #444444. Windows color (decimal): -15512913 or 11487763. OLE color: 11487763.

HSL color Cylindrical-coordinate representation of color #134AAF: hue angle of 218.85º degrees, saturation: 0.8, 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 #134AAF is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 74 175 -
CMYK 0.89 0.58 0 0.31
HSL 218.85º 0.8% 0.38% -
HSV(B) 218.85º 0.89% 0.69% -
XYZ 10.46 8.13 41.58 -
YUV 69.07 187.78 92.29 -
System Red Green Blue C M Y K H S L
Decimal 19 74 175 0.89 0.58 0 0.31 218.85 0.8 0.38
Hex 13 4A AF 59 3A 0 1F DB 50 26
Octal 23 112 257 131 72 0 37 333 120 46
Binary 10011 1001010 10101111 1011001 111010 0 11111 11011011 1010000 100110

Color Harmonies of #134AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134AAF

Black with #134AAF

Text Example


Text Example

White with #134AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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