Html Css Color HEX #0383BA Cerulean

📋 copy color: '#0383BA'

red 3 ◦ green 131 ◦ blue 186

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

Shades of Cerulean #0383BA

Tints of Cerulean #0383BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.94%

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

R = 0.94%
G = 40.94%
B = 58.13%

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

#0383BA (or 0x0383BA) is known color: Cerulean. HEX triplet: 03, 83 and BA. RGB value is (3,131,186). Sum of RGB (Red+Green+Blue) = 3+131+186=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #0383BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0383BA is #FC7C45. Grayscale: #626262. Windows color (decimal): -16546886 or 12223235. OLE color: 12223235.

HSL color Cylindrical-coordinate representation of color #0383BA: hue angle of 198.03º 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 #0383BA is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 131 186 -
CMYK 0.98 0.30 0 0.27
HSL 198.03º 0.97% 0.37% -
HSV(B) 198.03º 0.98% 0.73% -
XYZ 17.02 19.8 49.38 -
YUV 99 177.09 59.53 -
System Red Green Blue C M Y K H S L
Decimal 3 131 186 0.98 0.30 0 0.27 198.03 0.97 0.37
Hex 3 83 BA 62 1E 0 1B C6 61 25
Octal 3 203 272 142 36 0 33 306 141 45
Binary 11 10000011 10111010 1100010 11110 0 11011 11000110 1100001 100101

Color Harmonies of #0383BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0383BA

Black with #0383BA

Text Example


Text Example

White with #0383BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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