Html Css Color HEX #134BCF Cerulean Blue

📋 copy color: '#134BCF'

red 19 ◦ green 75 ◦ blue 207

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

Shades of Cerulean Blue #134BCF

Tints of Cerulean Blue #134BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 68.77%

R = 6.31%
G = 24.92%
B = 68.77%

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

#134BCF (or 0x134BCF) is known color: Cerulean Blue. HEX triplet: 13, 4B and CF. RGB value is (19,75,207). Sum of RGB (Red+Green+Blue) = 19+75+207=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 207 (81.25% from 255 or 68.77% from 301); Max value from RGB is 207 - color contains mainly: blue. Hex color #134BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134BCF is #ECB430. Grayscale: #484848. Windows color (decimal): -15512625 or 13585171. OLE color: 13585171.

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

Color convert

RGB 19 75 207 -
CMYK 0.91 0.64 0 0.19
HSL 222.13º 0.83% 0.44% -
HSV(B) 222.13º 0.91% 0.81% -
XYZ 14.05 9.68 60.16 -
YUV 73.3 203.45 89.27 -
System Red Green Blue C M Y K H S L
Decimal 19 75 207 0.91 0.64 0 0.19 222.13 0.83 0.44
Hex 13 4B CF 5B 40 0 13 DE 53 2C
Octal 23 113 317 133 100 0 23 336 123 54
Binary 10011 1001011 11001111 1011011 1000000 0 10011 11011110 1010011 101100

Color Harmonies of #134BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134BCF

Black with #134BCF

Text Example


Text Example

White with #134BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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