Html Css Color HEX #0357B5 Cobalt

📋 copy color: '#0357B5'

red 3 ◦ green 87 ◦ blue 181

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

Shades of Cobalt #0357B5

Tints of Cobalt #0357B5

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.1%

 BLUE value IS 181 (71.09% from 255) = 66.79%

R = 1.11%
G = 32.1%
B = 66.79%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0357B5 (or 0x0357B5) is known color: Cobalt. HEX triplet: 03, 57 and B5. RGB value is (3,87,181). Sum of RGB (Red+Green+Blue) = 3+87+181=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 181 (71.09% from 255 or 66.79% from 271); Max value from RGB is 181 - color contains mainly: blue. Hex color #0357B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0357B5 is #FCA84A. Grayscale: #484848. Windows color (decimal): -16558155 or 11884291. OLE color: 11884291.

HSL color Cylindrical-coordinate representation of color #0357B5: hue angle of 211.69º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0357B5 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 3 87 181 -
CMYK 0.98 0.52 0 0.29
HSL 211.69º 0.97% 0.36% -
HSV(B) 211.69º 0.98% 0.71% -
XYZ 11.79 10.17 45.06 -
YUV 72.6 189.17 78.36 -
System Red Green Blue C M Y K H S L
Decimal 3 87 181 0.98 0.52 0 0.29 211.69 0.97 0.36
Hex 3 57 B5 62 34 0 1D D4 61 24
Octal 3 127 265 142 64 0 35 324 141 44
Binary 11 1010111 10110101 1100010 110100 0 11101 11010100 1100001 100100

Color Harmonies of #0357B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0357B5

Black with #0357B5

Text Example


Text Example

White with #0357B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0357B5; }

 p { color: rgb(3,87,181); }

 H1.HeaderClassName
 {
   color: #0357B5;
 }
 .AnyTagClassName
 {
   color: #0357B5;
 }
</style>

background-color css

<style>
 a { background-color: #0357B5; }

 a { background-color: rgb(3,87,181); }

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

border-color css

<style>
 span { border-color: #0357B5; }

 span { border-color: rgb(3,87,181); }

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