Html Css Color HEX #0382BA Cerulean

📋 copy color: '#0382BA'

red 3 ◦ green 130 ◦ blue 186

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

Shades of Cerulean #0382BA

Tints of Cerulean #0382BA

RGB

 RED value IS 3 (1.56% from 255) = 0.94%

 GREEN value IS 130 (51.17% from 255) = 40.75%

 BLUE value IS 186 (73.05% from 255) = 58.31%

R = 0.94%
G = 40.75%
B = 58.31%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0382BA (or 0x0382BA) is known color: Cerulean. HEX triplet: 03, 82 and BA. RGB value is (3,130,186). Sum of RGB (Red+Green+Blue) = 3+130+186=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #0382BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0382BA is #FC7D45. Grayscale: #626262. Windows color (decimal): -16547142 or 12222979. OLE color: 12222979.

HSL color Cylindrical-coordinate representation of color #0382BA: hue angle of 198.36º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0382BA is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 130 186 -
CMYK 0.98 0.30 0 0.27
HSL 198.36º 0.97% 0.37% -
HSV(B) 198.36º 0.98% 0.73% -
XYZ 16.88 19.53 49.33 -
YUV 98.41 177.42 59.95 -
System Red Green Blue C M Y K H S L
Decimal 3 130 186 0.98 0.30 0 0.27 198.36 0.97 0.37
Hex 3 82 BA 62 1E 0 1B C6 61 25
Octal 3 202 272 142 36 0 33 306 141 45
Binary 11 10000010 10111010 1100010 11110 0 11011 11000110 1100001 100101

Color Harmonies of #0382BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0382BA

Black with #0382BA

Text Example


Text Example

White with #0382BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0382BA; }

 p { color: rgb(3,130,186); }

 H1.HeaderClassName
 {
   color: #0382BA;
 }
 .AnyTagClassName
 {
   color: #0382BA;
 }
</style>

background-color css

<style>
 a { background-color: #0382BA; }

 a { background-color: rgb(3,130,186); }

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

border-color css

<style>
 span { border-color: #0382BA; }

 span { border-color: rgb(3,130,186); }

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