Html Css Color HEX #1B4DC3 Cerulean Blue

📋 copy color: '#1B4DC3'

red 27 ◦ green 77 ◦ blue 195

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

Shades of Cerulean Blue #1B4DC3

Tints of Cerulean Blue #1B4DC3

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.75%

 BLUE value IS 195 (76.56% from 255) = 65.22%

R = 9.03%
G = 25.75%
B = 65.22%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1B4DC3 (or 0x1B4DC3) is known color: Cerulean Blue. HEX triplet: 1B, 4D and C3. RGB value is (27,77,195). Sum of RGB (Red+Green+Blue) = 27+77+195=299 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.03% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 195 (76.56% from 255 or 65.22% from 299); Max value from RGB is 195 - color contains mainly: blue. Hex color #1B4DC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B4DC3 is #E4B23C. Grayscale: #4A4A4A. Windows color (decimal): -14987837 or 12799259. OLE color: 12799259.

HSL color Cylindrical-coordinate representation of color #1B4DC3: hue angle of 222.14º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B4DC3 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 27 77 195 -
CMYK 0.86 0.61 0 0.24
HSL 222.14º 0.76% 0.44% -
HSV(B) 222.14º 0.86% 0.76% -
XYZ 12.96 9.48 52.78 -
YUV 75.5 195.44 93.41 -
System Red Green Blue C M Y K H S L
Decimal 27 77 195 0.86 0.61 0 0.24 222.14 0.76 0.44
Hex 1B 4D C3 56 3D 0 18 DE 4C 2C
Octal 33 115 303 126 75 0 30 336 114 54
Binary 11011 1001101 11000011 1010110 111101 0 11000 11011110 1001100 101100

Color Harmonies of #1B4DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4DC3

Black with #1B4DC3

Text Example


Text Example

White with #1B4DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,77,195); }

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

background-color css

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

 a { background-color: rgb(27,77,195); }

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

border-color css

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

 span { border-color: rgb(27,77,195); }

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