Html Css Color HEX #053DBB Cobalt

📋 copy color: '#053DBB'

red 5 ◦ green 61 ◦ blue 187

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

Shades of Cobalt #053DBB

Tints of Cobalt #053DBB

RGB

 RED value IS 5 (2.34% from 255) = 1.98%

 GREEN value IS 61 (24.22% from 255) = 24.11%

 BLUE value IS 187 (73.44% from 255) = 73.91%

R = 1.98%
G = 24.11%
B = 73.91%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#053DBB (or 0x053DBB) is known color: Cobalt. HEX triplet: 05, 3D and BB. RGB value is (5,61,187). Sum of RGB (Red+Green+Blue) = 5+61+187=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 187 (73.44% from 255 or 73.91% from 253); Max value from RGB is 187 - color contains mainly: blue. Hex color #053DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053DBB is #FAC244. Grayscale: #3A3A3A. Windows color (decimal): -16433733 or 12270853. OLE color: 12270853.

HSL color Cylindrical-coordinate representation of color #053DBB: hue angle of 221.54º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053DBB is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 61 187 -
CMYK 0.97 0.67 0 0.27
HSL 221.54º 0.95% 0.38% -
HSV(B) 221.54º 0.97% 0.73% -
XYZ 10.7 6.96 47.79 -
YUV 58.62 200.45 89.75 -
System Red Green Blue C M Y K H S L
Decimal 5 61 187 0.97 0.67 0 0.27 221.54 0.95 0.38
Hex 5 3D BB 61 43 0 1B DE 5F 26
Octal 5 75 273 141 103 0 33 336 137 46
Binary 101 111101 10111011 1100001 1000011 0 11011 11011110 1011111 100110

Color Harmonies of #053DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053DBB

Black with #053DBB

Text Example


Text Example

White with #053DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053DBB; }

 p { color: rgb(5,61,187); }

 H1.HeaderClassName
 {
   color: #053DBB;
 }
 .AnyTagClassName
 {
   color: #053DBB;
 }
</style>

background-color css

<style>
 a { background-color: #053DBB; }

 a { background-color: rgb(5,61,187); }

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

border-color css

<style>
 span { border-color: #053DBB; }

 span { border-color: rgb(5,61,187); }

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