Html Css Color HEX #134BD4 Cerulean Blue

📋 copy color: '#134BD4'

red 19 ◦ green 75 ◦ blue 212

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

Shades of Cerulean Blue #134BD4

Tints of Cerulean Blue #134BD4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.51%

 BLUE value IS 212 (83.2% from 255) = 69.28%

R = 6.21%
G = 24.51%
B = 69.28%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#134BD4 (or 0x134BD4) is known color: Cerulean Blue. HEX triplet: 13, 4B and D4. RGB value is (19,75,212). Sum of RGB (Red+Green+Blue) = 19+75+212=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 212 (83.20% from 255 or 69.28% from 306); Max value from RGB is 212 - color contains mainly: blue. Hex color #134BD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134BD4 is #ECB42B. Grayscale: #494949. Windows color (decimal): -15512620 or 13912851. OLE color: 13912851.

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

Color convert

RGB 19 75 212 -
CMYK 0.91 0.65 0 0.17
HSL 222.59º 0.84% 0.45% -
HSV(B) 222.59º 0.91% 0.83% -
XYZ 14.67 9.92 63.43 -
YUV 73.87 205.95 88.86 -
System Red Green Blue C M Y K H S L
Decimal 19 75 212 0.91 0.65 0 0.17 222.59 0.84 0.45
Hex 13 4B D4 5B 41 0 11 DF 54 2D
Octal 23 113 324 133 101 0 21 337 124 55
Binary 10011 1001011 11010100 1011011 1000001 0 10001 11011111 1010100 101101

Color Harmonies of #134BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134BD4

Black with #134BD4

Text Example


Text Example

White with #134BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,75,212); }

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

background-color css

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

 a { background-color: rgb(19,75,212); }

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

border-color css

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

 span { border-color: rgb(19,75,212); }

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