Html Css Color HEX #1C4BBE Cerulean Blue

📋 copy color: '#1C4BBE'

red 28 ◦ green 75 ◦ blue 190

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

Shades of Cerulean Blue #1C4BBE

Tints of Cerulean Blue #1C4BBE

RGB

 RED value IS 28 (11.33% from 255) = 9.56%

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

 BLUE value IS 190 (74.61% from 255) = 64.85%

R = 9.56%
G = 25.6%
B = 64.85%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1C4BBE (or 0x1C4BBE) is known color: Cerulean Blue. HEX triplet: 1C, 4B and BE. RGB value is (28,75,190). Sum of RGB (Red+Green+Blue) = 28+75+190=293 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.56% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #1C4BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C4BBE is #E3B441. Grayscale: #494949. Windows color (decimal): -14922818 or 12471068. OLE color: 12471068.

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

Color convert

RGB 28 75 190 -
CMYK 0.85 0.61 0 0.25
HSL 222.59º 0.74% 0.43% -
HSV(B) 222.59º 0.85% 0.75% -
XYZ 12.29 9 49.8 -
YUV 74.06 193.43 95.15 -
System Red Green Blue C M Y K H S L
Decimal 28 75 190 0.85 0.61 0 0.25 222.59 0.74 0.43
Hex 1C 4B BE 55 3D 0 19 DF 4A 2B
Octal 34 113 276 125 75 0 31 337 112 53
Binary 11100 1001011 10111110 1010101 111101 0 11001 11011111 1001010 101011

Color Harmonies of #1C4BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4BBE

Black with #1C4BBE

Text Example


Text Example

White with #1C4BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,75,190); }

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

background-color css

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

 a { background-color: rgb(28,75,190); }

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

border-color css

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

 span { border-color: rgb(28,75,190); }

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