Html Css Color HEX #134CCF Cerulean Blue

📋 copy color: '#134CCF'

red 19 ◦ green 76 ◦ blue 207

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

Shades of Cerulean Blue #134CCF

Tints of Cerulean Blue #134CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.17%

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

R = 6.29%
G = 25.17%
B = 68.54%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#134CCF (or 0x134CCF) is known color: Cerulean Blue. HEX triplet: 13, 4C and CF. RGB value is (19,76,207). Sum of RGB (Red+Green+Blue) = 19+76+207=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #134CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134CCF is #ECB330. Grayscale: #494949. Windows color (decimal): -15512369 or 13585427. OLE color: 13585427.

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

Color convert

RGB 19 76 207 -
CMYK 0.91 0.63 0 0.19
HSL 221.81º 0.83% 0.44% -
HSV(B) 221.81º 0.91% 0.81% -
XYZ 14.12 9.81 60.18 -
YUV 73.89 203.12 88.85 -
System Red Green Blue C M Y K H S L
Decimal 19 76 207 0.91 0.63 0 0.19 221.81 0.83 0.44
Hex 13 4C CF 5B 3F 0 13 DE 53 2C
Octal 23 114 317 133 77 0 23 336 123 54
Binary 10011 1001100 11001111 1011011 111111 0 10011 11011110 1010011 101100

Color Harmonies of #134CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134CCF

Black with #134CCF

Text Example


Text Example

White with #134CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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