Html Css Color HEX #2148AD Cerulean Blue

📋 copy color: '#2148AD'

red 33 ◦ green 72 ◦ blue 173

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

Shades of Cerulean Blue #2148AD

Tints of Cerulean Blue #2148AD

RGB

 RED value IS 33 (13.28% from 255) = 11.87%

 GREEN value IS 72 (28.52% from 255) = 25.9%

 BLUE value IS 173 (67.97% from 255) = 62.23%

R = 11.87%
G = 25.9%
B = 62.23%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2148AD (or 0x2148AD) is known color: Cerulean Blue. HEX triplet: 21, 48 and AD. RGB value is (33,72,173). Sum of RGB (Red+Green+Blue) = 33+72+173=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #2148AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2148AD is #DEB752. Grayscale: #474747. Windows color (decimal): -14595923 or 11356193. OLE color: 11356193.

HSL color Cylindrical-coordinate representation of color #2148AD: hue angle of 223.29º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2148AD is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 72 173 -
CMYK 0.81 0.58 0 0.32
HSL 223.29º 0.68% 0.4% -
HSV(B) 223.29º 0.81% 0.68% -
XYZ 10.49 7.98 40.52 -
YUV 71.85 185.08 100.29 -
System Red Green Blue C M Y K H S L
Decimal 33 72 173 0.81 0.58 0 0.32 223.29 0.68 0.4
Hex 21 48 AD 51 3A 0 20 DF 44 28
Octal 41 110 255 121 72 0 40 337 104 50
Binary 100001 1001000 10101101 1010001 111010 0 100000 11011111 1000100 101000

Color Harmonies of #2148AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2148AD

Black with #2148AD

Text Example


Text Example

White with #2148AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2148AD; }

 p { color: rgb(33,72,173); }

 H1.HeaderClassName
 {
   color: #2148AD;
 }
 .AnyTagClassName
 {
   color: #2148AD;
 }
</style>

background-color css

<style>
 a { background-color: #2148AD; }

 a { background-color: rgb(33,72,173); }

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

border-color css

<style>
 span { border-color: #2148AD; }

 span { border-color: rgb(33,72,173); }

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