Html Css Color HEX #134BCD Cerulean Blue

📋 copy color: '#134BCD'

red 19 ◦ green 75 ◦ blue 205

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

Shades of Cerulean Blue #134BCD

Tints of Cerulean Blue #134BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 68.56%

R = 6.35%
G = 25.08%
B = 68.56%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#134BCD (or 0x134BCD) is known color: Cerulean Blue. HEX triplet: 13, 4B and CD. RGB value is (19,75,205). Sum of RGB (Red+Green+Blue) = 19+75+205=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 205 (80.47% from 255 or 68.56% from 299); Max value from RGB is 205 - color contains mainly: blue. Hex color #134BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134BCD is #ECB432. Grayscale: #484848. Windows color (decimal): -15512627 or 13454099. OLE color: 13454099.

HSL color Cylindrical-coordinate representation of color #134BCD: hue angle of 221.94º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134BCD is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 75 205 -
CMYK 0.91 0.63 0 0.20
HSL 221.94º 0.83% 0.44% -
HSV(B) 221.94º 0.91% 0.8% -
XYZ 13.8 9.58 58.88 -
YUV 73.08 202.45 89.43 -
System Red Green Blue C M Y K H S L
Decimal 19 75 205 0.91 0.63 0 0.20 221.94 0.83 0.44
Hex 13 4B CD 5B 3F 0 14 DE 53 2C
Octal 23 113 315 133 77 0 24 336 123 54
Binary 10011 1001011 11001101 1011011 111111 0 10100 11011110 1010011 101100

Color Harmonies of #134BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134BCD

Black with #134BCD

Text Example


Text Example

White with #134BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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