Html Css Color HEX #0641BD Cobalt

📋 copy color: '#0641BD'

red 6 ◦ green 65 ◦ blue 189

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

Shades of Cobalt #0641BD

Tints of Cobalt #0641BD

RGB

 RED value IS 6 (2.73% from 255) = 2.31%

 GREEN value IS 65 (25.78% from 255) = 25%

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

R = 2.31%
G = 25%
B = 72.69%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0641BD (or 0x0641BD) is known color: Cobalt. HEX triplet: 06, 41 and BD. RGB value is (6,65,189). Sum of RGB (Red+Green+Blue) = 6+65+189=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 189 (74.22% from 255 or 72.69% from 260); Max value from RGB is 189 - color contains mainly: blue. Hex color #0641BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0641BD is #F9BE42. Grayscale: #3C3C3C. Windows color (decimal): -16367171 or 12402950. OLE color: 12402950.

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

Color convert

RGB 6 65 189 -
CMYK 0.97 0.66 0 0.26
HSL 220.66º 0.94% 0.38% -
HSV(B) 220.66º 0.97% 0.74% -
XYZ 11.15 7.49 49 -
YUV 61.5 199.95 88.42 -
System Red Green Blue C M Y K H S L
Decimal 6 65 189 0.97 0.66 0 0.26 220.66 0.94 0.38
Hex 6 41 BD 61 42 0 1A DD 5E 26
Octal 6 101 275 141 102 0 32 335 136 46
Binary 110 1000001 10111101 1100001 1000010 0 11010 11011101 1011110 100110

Color Harmonies of #0641BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0641BD

Black with #0641BD

Text Example


Text Example

White with #0641BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,65,189); }

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

background-color css

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

 a { background-color: rgb(6,65,189); }

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

border-color css

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

 span { border-color: rgb(6,65,189); }

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