Html Css Color HEX #134AD7 Cerulean Blue

📋 copy color: '#134AD7'

red 19 ◦ green 74 ◦ blue 215

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

Shades of Cerulean Blue #134AD7

Tints of Cerulean Blue #134AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 69.81%

R = 6.17%
G = 24.03%
B = 69.81%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#134AD7 (or 0x134AD7) is known color: Cerulean Blue. HEX triplet: 13, 4A and D7. RGB value is (19,74,215). Sum of RGB (Red+Green+Blue) = 19+74+215=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 215 (84.38% from 255 or 69.81% from 308); Max value from RGB is 215 - color contains mainly: blue. Hex color #134AD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134AD7 is #ECB528. Grayscale: #494949. Windows color (decimal): -15512873 or 14109203. OLE color: 14109203.

HSL color Cylindrical-coordinate representation of color #134AD7: hue angle of 223.16º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134AD7 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 74 215 -
CMYK 0.91 0.66 0 0.16
HSL 223.16º 0.84% 0.46% -
HSV(B) 223.16º 0.91% 0.84% -
XYZ 14.98 9.94 65.42 -
YUV 73.63 207.78 89.04 -
System Red Green Blue C M Y K H S L
Decimal 19 74 215 0.91 0.66 0 0.16 223.16 0.84 0.46
Hex 13 4A D7 5B 42 0 10 DF 54 2E
Octal 23 112 327 133 102 0 20 337 124 56
Binary 10011 1001010 11010111 1011011 1000010 0 10000 11011111 1010100 101110

Color Harmonies of #134AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134AD7

Black with #134AD7

Text Example


Text Example

White with #134AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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