Html Css Color HEX #0381BC Cerulean

📋 copy color: '#0381BC'

red 3 ◦ green 129 ◦ blue 188

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

Shades of Cerulean #0381BC

Tints of Cerulean #0381BC

RGB

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

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

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

R = 0.94%
G = 40.31%
B = 58.75%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0381BC (or 0x0381BC) is known color: Cerulean. HEX triplet: 03, 81 and BC. RGB value is (3,129,188). Sum of RGB (Red+Green+Blue) = 3+129+188=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #0381BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0381BC is #FC7E43. Grayscale: #616161. Windows color (decimal): -16547396 or 12353795. OLE color: 12353795.

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

Color convert

RGB 3 129 188 -
CMYK 0.98 0.31 0 0.26
HSL 199.14º 0.97% 0.37% -
HSV(B) 199.14º 0.98% 0.74% -
XYZ 16.96 19.35 50.42 -
YUV 98.05 178.76 60.2 -
System Red Green Blue C M Y K H S L
Decimal 3 129 188 0.98 0.31 0 0.26 199.14 0.97 0.37
Hex 3 81 BC 62 1F 0 1A C7 61 25
Octal 3 201 274 142 37 0 32 307 141 45
Binary 11 10000001 10111100 1100010 11111 0 11010 11000111 1100001 100101

Color Harmonies of #0381BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0381BC

Black with #0381BC

Text Example


Text Example

White with #0381BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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