Html Css Color HEX #134E98 Cobalt

📋 copy color: '#134E98'

red 19 ◦ green 78 ◦ blue 152

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

Shades of Cobalt #134E98

Tints of Cobalt #134E98

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.33%

 BLUE value IS 152 (59.77% from 255) = 61.04%

R = 7.63%
G = 31.33%
B = 61.04%

CMYK

 C value IS 0.87

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#134E98 (or 0x134E98) is known color: Cobalt. HEX triplet: 13, 4E and 98. RGB value is (19,78,152). Sum of RGB (Red+Green+Blue) = 19+78+152=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #134E98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134E98 is #ECB167. Grayscale: #444444. Windows color (decimal): -15511912 or 9981459. OLE color: 9981459.

HSL color Cylindrical-coordinate representation of color #134E98: hue angle of 213.38º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #134E98 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 78 152 -
CMYK 0.87 0.49 0 0.40
HSL 213.38º 0.78% 0.34% -
HSV(B) 213.38º 0.88% 0.6% -
XYZ 8.66 7.85 30.77 -
YUV 68.8 174.95 92.48 -
System Red Green Blue C M Y K H S L
Decimal 19 78 152 0.87 0.49 0 0.40 213.38 0.78 0.34
Hex 13 4E 98 57 31 0 28 D5 4E 22
Octal 23 116 230 127 61 0 50 325 116 42
Binary 10011 1001110 10011000 1010111 110001 0 101000 11010101 1001110 100010

Color Harmonies of #134E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134E98

Black with #134E98

Text Example


Text Example

White with #134E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,78,152); }

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

background-color css

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

 a { background-color: rgb(19,78,152); }

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

border-color css

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

 span { border-color: rgb(19,78,152); }

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