Html Css Color HEX #194CB7 Cerulean Blue

📋 copy color: '#194CB7'

red 25 ◦ green 76 ◦ blue 183

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

Shades of Cerulean Blue #194CB7

Tints of Cerulean Blue #194CB7

RGB

 RED value IS 25 (10.16% from 255) = 8.8%

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

 BLUE value IS 183 (71.88% from 255) = 64.44%

R = 8.8%
G = 26.76%
B = 64.44%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#194CB7 (or 0x194CB7) is known color: Cerulean Blue. HEX triplet: 19, 4C and B7. RGB value is (25,76,183). Sum of RGB (Red+Green+Blue) = 25+76+183=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 183 (71.88% from 255 or 64.44% from 284); Max value from RGB is 183 - color contains mainly: blue. Hex color #194CB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194CB7 is #E6B348. Grayscale: #484848. Windows color (decimal): -15119177 or 12012569. OLE color: 12012569.

HSL color Cylindrical-coordinate representation of color #194CB7: hue angle of 220.63º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #194CB7 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 25 76 183 -
CMYK 0.86 0.58 0 0.28
HSL 220.63º 0.76% 0.41% -
HSV(B) 220.63º 0.86% 0.72% -
XYZ 11.53 8.79 45.89 -
YUV 72.95 190.1 93.8 -
System Red Green Blue C M Y K H S L
Decimal 25 76 183 0.86 0.58 0 0.28 220.63 0.76 0.41
Hex 19 4C B7 56 3A 0 1C DD 4C 29
Octal 31 114 267 126 72 0 34 335 114 51
Binary 11001 1001100 10110111 1010110 111010 0 11100 11011101 1001100 101001

Color Harmonies of #194CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194CB7

Black with #194CB7

Text Example


Text Example

White with #194CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194CB7; }

 p { color: rgb(25,76,183); }

 H1.HeaderClassName
 {
   color: #194CB7;
 }
 .AnyTagClassName
 {
   color: #194CB7;
 }
</style>

background-color css

<style>
 a { background-color: #194CB7; }

 a { background-color: rgb(25,76,183); }

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

border-color css

<style>
 span { border-color: #194CB7; }

 span { border-color: rgb(25,76,183); }

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