Html Css Color HEX #134BCB Cerulean Blue

📋 copy color: '#134BCB'

red 19 ◦ green 75 ◦ blue 203

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

Shades of Cerulean Blue #134BCB

Tints of Cerulean Blue #134BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 68.35%

R = 6.4%
G = 25.25%
B = 68.35%

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

#134BCB (or 0x134BCB) is known color: Cerulean Blue. HEX triplet: 13, 4B and CB. RGB value is (19,75,203). Sum of RGB (Red+Green+Blue) = 19+75+203=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #134BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134BCB is #ECB434. Grayscale: #484848. Windows color (decimal): -15512629 or 13323027. OLE color: 13323027.

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

Color convert

RGB 19 75 203 -
CMYK 0.91 0.63 0 0.20
HSL 221.74º 0.83% 0.44% -
HSV(B) 221.74º 0.91% 0.8% -
XYZ 13.56 9.48 57.62 -
YUV 72.85 201.45 89.59 -
System Red Green Blue C M Y K H S L
Decimal 19 75 203 0.91 0.63 0 0.20 221.74 0.83 0.44
Hex 13 4B CB 5B 3F 0 14 DE 53 2C
Octal 23 113 313 133 77 0 24 336 123 54
Binary 10011 1001011 11001011 1011011 111111 0 10100 11011110 1010011 101100

Color Harmonies of #134BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134BCB

Black with #134BCB

Text Example


Text Example

White with #134BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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