Html Css Color HEX #0381BD Cerulean

📋 copy color: '#0381BD'

red 3 ◦ green 129 ◦ blue 189

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

Shades of Cerulean #0381BD

Tints of Cerulean #0381BD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.19%

 BLUE value IS 189 (74.22% from 255) = 58.88%

R = 0.93%
G = 40.19%
B = 58.88%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0381BD (or 0x0381BD) is known color: Cerulean. HEX triplet: 03, 81 and BD. RGB value is (3,129,189). Sum of RGB (Red+Green+Blue) = 3+129+189=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 189 (74.22% from 255 or 58.88% from 321); Max value from RGB is 189 - color contains mainly: blue. Hex color #0381BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0381BD is #FC7E42. Grayscale: #616161. Windows color (decimal): -16547395 or 12419331. OLE color: 12419331.

HSL color Cylindrical-coordinate representation of color #0381BD: hue angle of 199.35º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0381BD is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 129 189 -
CMYK 0.98 0.32 0 0.26
HSL 199.35º 0.97% 0.38% -
HSV(B) 199.35º 0.98% 0.74% -
XYZ 17.07 19.39 50.99 -
YUV 98.17 179.26 60.12 -
System Red Green Blue C M Y K H S L
Decimal 3 129 189 0.98 0.32 0 0.26 199.35 0.97 0.38
Hex 3 81 BD 62 20 0 1A C7 61 26
Octal 3 201 275 142 40 0 32 307 141 46
Binary 11 10000001 10111101 1100010 100000 0 11010 11000111 1100001 100110

Color Harmonies of #0381BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0381BD

Black with #0381BD

Text Example


Text Example

White with #0381BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0381BD; }

 p { color: rgb(3,129,189); }

 H1.HeaderClassName
 {
   color: #0381BD;
 }
 .AnyTagClassName
 {
   color: #0381BD;
 }
</style>

background-color css

<style>
 a { background-color: #0381BD; }

 a { background-color: rgb(3,129,189); }

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

border-color css

<style>
 span { border-color: #0381BD; }

 span { border-color: rgb(3,129,189); }

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