Html Css Color HEX #134ADB Cerulean Blue

📋 copy color: '#134ADB'

red 19 ◦ green 74 ◦ blue 219

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

Shades of Cerulean Blue #134ADB

Tints of Cerulean Blue #134ADB

RGB

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

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

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

R = 6.09%
G = 23.72%
B = 70.19%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#134ADB (or 0x134ADB) is known color: Cerulean Blue. HEX triplet: 13, 4A and DB. RGB value is (19,74,219). Sum of RGB (Red+Green+Blue) = 19+74+219=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #134ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134ADB is #ECB524. Grayscale: #494949. Windows color (decimal): -15512869 or 14371347. OLE color: 14371347.

HSL color Cylindrical-coordinate representation of color #134ADB: hue angle of 223.5º 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 #134ADB is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 74 219 -
CMYK 0.91 0.66 0 0.14
HSL 223.5º 0.84% 0.47% -
HSV(B) 223.5º 0.91% 0.86% -
XYZ 15.5 10.15 68.16 -
YUV 74.09 209.78 88.71 -
System Red Green Blue C M Y K H S L
Decimal 19 74 219 0.91 0.66 0 0.14 223.5 0.84 0.47
Hex 13 4A DB 5B 42 0 E E0 54 2F
Octal 23 112 333 133 102 0 16 340 124 57
Binary 10011 1001010 11011011 1011011 1000010 0 1110 11100000 1010100 101111

Color Harmonies of #134ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134ADB

Black with #134ADB

Text Example


Text Example

White with #134ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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