Html Css Color HEX #134DDB Cerulean Blue

📋 copy color: '#134DDB'

red 19 ◦ green 77 ◦ blue 219

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

Shades of Cerulean Blue #134DDB

Tints of Cerulean Blue #134DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.44%

 BLUE value IS 219 (85.94% from 255) = 69.52%

R = 6.03%
G = 24.44%
B = 69.52%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#134DDB (or 0x134DDB) is known color: Cerulean Blue. HEX triplet: 13, 4D and DB. RGB value is (19,77,219). Sum of RGB (Red+Green+Blue) = 19+77+219=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #134DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134DDB is #ECB224. Grayscale: #4B4B4B. Windows color (decimal): -15512101 or 14372115. OLE color: 14372115.

HSL color Cylindrical-coordinate representation of color #134DDB: hue angle of 222.6º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134DDB is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 77 219 -
CMYK 0.91 0.65 0 0.14
HSL 222.6º 0.84% 0.47% -
HSV(B) 222.6º 0.91% 0.86% -
XYZ 15.71 10.56 68.23 -
YUV 75.85 208.78 87.45 -
System Red Green Blue C M Y K H S L
Decimal 19 77 219 0.91 0.65 0 0.14 222.6 0.84 0.47
Hex 13 4D DB 5B 41 0 E DF 54 2F
Octal 23 115 333 133 101 0 16 337 124 57
Binary 10011 1001101 11011011 1011011 1000001 0 1110 11011111 1010100 101111

Color Harmonies of #134DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134DDB

Black with #134DDB

Text Example


Text Example

White with #134DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,77,219); }

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

background-color css

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

 a { background-color: rgb(19,77,219); }

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

border-color css

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

 span { border-color: rgb(19,77,219); }

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