Html Css Color HEX #1B53CA Cerulean Blue

📋 copy color: '#1B53CA'

red 27 ◦ green 83 ◦ blue 202

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

Shades of Cerulean Blue #1B53CA

Tints of Cerulean Blue #1B53CA

RGB

 RED value IS 27 (10.94% from 255) = 8.65%

 GREEN value IS 83 (32.81% from 255) = 26.6%

 BLUE value IS 202 (79.3% from 255) = 64.74%

R = 8.65%
G = 26.6%
B = 64.74%

CMYK

 C value IS 0.87

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1B53CA (or 0x1B53CA) is known color: Cerulean Blue. HEX triplet: 1B, 53 and CA. RGB value is (27,83,202). Sum of RGB (Red+Green+Blue) = 27+83+202=312 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.65% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #1B53CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B53CA is #E4AC35. Grayscale: #4F4F4F. Windows color (decimal): -14986294 or 13259547. OLE color: 13259547.

HSL color Cylindrical-coordinate representation of color #1B53CA: hue angle of 220.8º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B53CA is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 27 83 202 -
CMYK 0.87 0.59 0 0.21
HSL 220.8º 0.76% 0.45% -
HSV(B) 220.8º 0.87% 0.79% -
XYZ 14.21 10.68 57.19 -
YUV 79.82 196.95 90.32 -
System Red Green Blue C M Y K H S L
Decimal 27 83 202 0.87 0.59 0 0.21 220.8 0.76 0.45
Hex 1B 53 CA 57 3B 0 15 DD 4C 2D
Octal 33 123 312 127 73 0 25 335 114 55
Binary 11011 1010011 11001010 1010111 111011 0 10101 11011101 1001100 101101

Color Harmonies of #1B53CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B53CA

Black with #1B53CA

Text Example


Text Example

White with #1B53CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B53CA; }

 p { color: rgb(27,83,202); }

 H1.HeaderClassName
 {
   color: #1B53CA;
 }
 .AnyTagClassName
 {
   color: #1B53CA;
 }
</style>

background-color css

<style>
 a { background-color: #1B53CA; }

 a { background-color: rgb(27,83,202); }

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

border-color css

<style>
 span { border-color: #1B53CA; }

 span { border-color: rgb(27,83,202); }

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