Html Css Color HEX #164CBC Cerulean Blue

📋 copy color: '#164CBC'

red 22 ◦ green 76 ◦ blue 188

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

Shades of Cerulean Blue #164CBC

Tints of Cerulean Blue #164CBC

RGB

 RED value IS 22 (8.98% from 255) = 7.69%

 GREEN value IS 76 (30.08% from 255) = 26.57%

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

R = 7.69%
G = 26.57%
B = 65.73%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#164CBC (or 0x164CBC) is known color: Cerulean Blue. HEX triplet: 16, 4C and BC. RGB value is (22,76,188). Sum of RGB (Red+Green+Blue) = 22+76+188=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #164CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164CBC is #E9B343. Grayscale: #484848. Windows color (decimal): -15315780 or 12340246. OLE color: 12340246.

HSL color Cylindrical-coordinate representation of color #164CBC: hue angle of 220.48º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #164CBC is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 22 76 188 -
CMYK 0.88 0.60 0 0.26
HSL 220.48º 0.79% 0.41% -
HSV(B) 220.48º 0.88% 0.74% -
XYZ 11.99 8.97 48.68 -
YUV 72.62 193.11 91.89 -
System Red Green Blue C M Y K H S L
Decimal 22 76 188 0.88 0.60 0 0.26 220.48 0.79 0.41
Hex 16 4C BC 58 3C 0 1A DC 4F 29
Octal 26 114 274 130 74 0 32 334 117 51
Binary 10110 1001100 10111100 1011000 111100 0 11010 11011100 1001111 101001

Color Harmonies of #164CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164CBC

Black with #164CBC

Text Example


Text Example

White with #164CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164CBC; }

 p { color: rgb(22,76,188); }

 H1.HeaderClassName
 {
   color: #164CBC;
 }
 .AnyTagClassName
 {
   color: #164CBC;
 }
</style>

background-color css

<style>
 a { background-color: #164CBC; }

 a { background-color: rgb(22,76,188); }

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

border-color css

<style>
 span { border-color: #164CBC; }

 span { border-color: rgb(22,76,188); }

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