Html Css Color HEX #052CBC International Klein Blue

📋 copy color: '#052CBC'

red 5 ◦ green 44 ◦ blue 188

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

Shades of International Klein Blue #052CBC

Tints of International Klein Blue #052CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.57%

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

R = 2.11%
G = 18.57%
B = 79.32%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#052CBC (or 0x052CBC) is known color: International Klein Blue. HEX triplet: 05, 2C and BC. RGB value is (5,44,188). Sum of RGB (Red+Green+Blue) = 5+44+188=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 188 (73.83% from 255 or 79.32% from 237); Max value from RGB is 188 - color contains mainly: blue. Hex color #052CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052CBC is #FAD343. Grayscale: #303030. Windows color (decimal): -16438084 or 12332037. OLE color: 12332037.

HSL color Cylindrical-coordinate representation of color #052CBC: hue angle of 227.21º degrees, saturation: 0.95, 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 #052CBC is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 44 188 -
CMYK 0.97 0.77 0 0.26
HSL 227.21º 0.95% 0.38% -
HSV(B) 227.21º 0.97% 0.74% -
XYZ 10.04 5.46 48.1 -
YUV 48.76 206.58 96.79 -
System Red Green Blue C M Y K H S L
Decimal 5 44 188 0.97 0.77 0 0.26 227.21 0.95 0.38
Hex 5 2C BC 61 4D 0 1A E3 5F 26
Octal 5 54 274 141 115 0 32 343 137 46
Binary 101 101100 10111100 1100001 1001101 0 11010 11100011 1011111 100110

Color Harmonies of #052CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052CBC

Black with #052CBC

Text Example


Text Example

White with #052CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052CBC; }

 p { color: rgb(5,44,188); }

 H1.HeaderClassName
 {
   color: #052CBC;
 }
 .AnyTagClassName
 {
   color: #052CBC;
 }
</style>

background-color css

<style>
 a { background-color: #052CBC; }

 a { background-color: rgb(5,44,188); }

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

border-color css

<style>
 span { border-color: #052CBC; }

 span { border-color: rgb(5,44,188); }

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