Html Css Color HEX #134BC8 Cerulean Blue

📋 copy color: '#134BC8'

red 19 ◦ green 75 ◦ blue 200

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

Shades of Cerulean Blue #134BC8

Tints of Cerulean Blue #134BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 68.03%

R = 6.46%
G = 25.51%
B = 68.03%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#134BC8 (or 0x134BC8) is known color: Cerulean Blue. HEX triplet: 13, 4B and C8. RGB value is (19,75,200). Sum of RGB (Red+Green+Blue) = 19+75+200=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 200 (78.52% from 255 or 68.03% from 294); Max value from RGB is 200 - color contains mainly: blue. Hex color #134BC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134BC8 is #ECB437. Grayscale: #474747. Windows color (decimal): -15512632 or 13126419. OLE color: 13126419.

HSL color Cylindrical-coordinate representation of color #134BC8: hue angle of 221.44º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #134BC8 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 75 200 -
CMYK 0.90 0.62 0 0.22
HSL 221.44º 0.83% 0.43% -
HSV(B) 221.44º 0.91% 0.78% -
XYZ 13.21 9.34 55.75 -
YUV 72.51 199.95 89.84 -
System Red Green Blue C M Y K H S L
Decimal 19 75 200 0.90 0.62 0 0.22 221.44 0.83 0.43
Hex 13 4B C8 5A 3E 0 16 DD 53 2B
Octal 23 113 310 132 76 0 26 335 123 53
Binary 10011 1001011 11001000 1011010 111110 0 10110 11011101 1010011 101011

Color Harmonies of #134BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134BC8

Black with #134BC8

Text Example


Text Example

White with #134BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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