Html Css Color HEX #0552BF Denim

📋 copy color: '#0552BF'

red 5 ◦ green 82 ◦ blue 191

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

Shades of Denim #0552BF

Tints of Denim #0552BF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.5%

 BLUE value IS 191 (75% from 255) = 68.71%

R = 1.8%
G = 29.5%
B = 68.71%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0552BF (or 0x0552BF) is known color: Denim. HEX triplet: 05, 52 and BF. RGB value is (5,82,191). Sum of RGB (Red+Green+Blue) = 5+82+191=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 191 (75% from 255 or 68.71% from 278); Max value from RGB is 191 - color contains mainly: blue. Hex color #0552BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0552BF is #FAAD40. Grayscale: #464646. Windows color (decimal): -16428353 or 12538373. OLE color: 12538373.

HSL color Cylindrical-coordinate representation of color #0552BF: hue angle of 215.16º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0552BF is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 82 191 -
CMYK 0.97 0.57 0 0.25
HSL 215.16º 0.95% 0.38% -
HSV(B) 215.16º 0.97% 0.75% -
XYZ 12.48 9.83 50.53 -
YUV 71.4 195.49 80.64 -
System Red Green Blue C M Y K H S L
Decimal 5 82 191 0.97 0.57 0 0.25 215.16 0.95 0.38
Hex 5 52 BF 61 39 0 19 D7 5F 26
Octal 5 122 277 141 71 0 31 327 137 46
Binary 101 1010010 10111111 1100001 111001 0 11001 11010111 1011111 100110

Color Harmonies of #0552BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0552BF

Black with #0552BF

Text Example


Text Example

White with #0552BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0552BF; }

 p { color: rgb(5,82,191); }

 H1.HeaderClassName
 {
   color: #0552BF;
 }
 .AnyTagClassName
 {
   color: #0552BF;
 }
</style>

background-color css

<style>
 a { background-color: #0552BF; }

 a { background-color: rgb(5,82,191); }

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

border-color css

<style>
 span { border-color: #0552BF; }

 span { border-color: rgb(5,82,191); }

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