Html Css Color HEX #134AA8 Cobalt

📋 copy color: '#134AA8'

red 19 ◦ green 74 ◦ blue 168

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

Shades of Cobalt #134AA8

Tints of Cobalt #134AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 64.37%

R = 7.28%
G = 28.35%
B = 64.37%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#134AA8 (or 0x134AA8) is known color: Cobalt. HEX triplet: 13, 4A and A8. RGB value is (19,74,168). Sum of RGB (Red+Green+Blue) = 19+74+168=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 168 (66.02% from 255 or 64.37% from 261); Max value from RGB is 168 - color contains mainly: blue. Hex color #134AA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134AA8 is #ECB557. Grayscale: #434343. Windows color (decimal): -15512920 or 11029011. OLE color: 11029011.

HSL color Cylindrical-coordinate representation of color #134AA8: hue angle of 217.85º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #134AA8 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 19 74 168 -
CMYK 0.89 0.56 0 0.34
HSL 217.85º 0.8% 0.37% -
HSV(B) 217.85º 0.89% 0.66% -
XYZ 9.79 7.86 38.05 -
YUV 68.27 184.28 92.86 -
System Red Green Blue C M Y K H S L
Decimal 19 74 168 0.89 0.56 0 0.34 217.85 0.8 0.37
Hex 13 4A A8 59 38 0 22 DA 50 25
Octal 23 112 250 131 70 0 42 332 120 45
Binary 10011 1001010 10101000 1011001 111000 0 100010 11011010 1010000 100101

Color Harmonies of #134AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134AA8

Black with #134AA8

Text Example


Text Example

White with #134AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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