Html Css Color HEX #134BCE Cerulean Blue

📋 copy color: '#134BCE'

red 19 ◦ green 75 ◦ blue 206

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

Shades of Cerulean Blue #134BCE

Tints of Cerulean Blue #134BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.67%

R = 6.33%
G = 25%
B = 68.67%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#134BCE (or 0x134BCE) is known color: Cerulean Blue. HEX triplet: 13, 4B and CE. RGB value is (19,75,206). Sum of RGB (Red+Green+Blue) = 19+75+206=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #134BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134BCE is #ECB431. Grayscale: #484848. Windows color (decimal): -15512626 or 13519635. OLE color: 13519635.

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

Color convert

RGB 19 75 206 -
CMYK 0.91 0.64 0 0.19
HSL 222.03º 0.83% 0.44% -
HSV(B) 222.03º 0.91% 0.81% -
XYZ 13.93 9.63 59.52 -
YUV 73.19 202.95 89.35 -
System Red Green Blue C M Y K H S L
Decimal 19 75 206 0.91 0.64 0 0.19 222.03 0.83 0.44
Hex 13 4B CE 5B 40 0 13 DE 53 2C
Octal 23 113 316 133 100 0 23 336 123 54
Binary 10011 1001011 11001110 1011011 1000000 0 10011 11011110 1010011 101100

Color Harmonies of #134BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134BCE

Black with #134BCE

Text Example


Text Example

White with #134BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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