Html Css Color HEX #1B4ABC Cerulean Blue

📋 copy color: '#1B4ABC'

red 27 ◦ green 74 ◦ blue 188

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

Shades of Cerulean Blue #1B4ABC

Tints of Cerulean Blue #1B4ABC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.61%

 BLUE value IS 188 (73.83% from 255) = 65.05%

R = 9.34%
G = 25.61%
B = 65.05%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1B4ABC (or 0x1B4ABC) is known color: Cerulean Blue. HEX triplet: 1B, 4A and BC. RGB value is (27,74,188). Sum of RGB (Red+Green+Blue) = 27+74+188=289 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.34% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B4ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B4ABC is #E4B543. Grayscale: #484848. Windows color (decimal): -14988612 or 12339739. OLE color: 12339739.

HSL color Cylindrical-coordinate representation of color #1B4ABC: hue angle of 222.48º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B4ABC is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 27 74 188 -
CMYK 0.86 0.61 0 0.26
HSL 222.48º 0.75% 0.42% -
HSV(B) 222.48º 0.86% 0.74% -
XYZ 11.98 8.76 48.64 -
YUV 72.94 192.93 95.23 -
System Red Green Blue C M Y K H S L
Decimal 27 74 188 0.86 0.61 0 0.26 222.48 0.75 0.42
Hex 1B 4A BC 56 3D 0 1A DE 4B 2A
Octal 33 112 274 126 75 0 32 336 113 52
Binary 11011 1001010 10111100 1010110 111101 0 11010 11011110 1001011 101010

Color Harmonies of #1B4ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4ABC

Black with #1B4ABC

Text Example


Text Example

White with #1B4ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,74,188); }

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

background-color css

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

 a { background-color: rgb(27,74,188); }

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

border-color css

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

 span { border-color: rgb(27,74,188); }

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