Html Css Color HEX #052FBC International Klein Blue

📋 copy color: '#052FBC'

red 5 ◦ green 47 ◦ blue 188

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

Shades of International Klein Blue #052FBC

Tints of International Klein Blue #052FBC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.58%

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

R = 2.08%
G = 19.58%
B = 78.33%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#052FBC (or 0x052FBC) is known color: International Klein Blue. HEX triplet: 05, 2F and BC. RGB value is (5,47,188). Sum of RGB (Red+Green+Blue) = 5+47+188=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 188 (73.83% from 255 or 78.33% from 240); Max value from RGB is 188 - color contains mainly: blue. Hex color #052FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052FBC is #FAD043. Grayscale: #313131. Windows color (decimal): -16437316 or 12332805. OLE color: 12332805.

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

Color convert

RGB 5 47 188 -
CMYK 0.97 0.75 0 0.26
HSL 226.23º 0.95% 0.38% -
HSV(B) 226.23º 0.97% 0.74% -
XYZ 10.16 5.7 48.14 -
YUV 50.52 205.59 95.54 -
System Red Green Blue C M Y K H S L
Decimal 5 47 188 0.97 0.75 0 0.26 226.23 0.95 0.38
Hex 5 2F BC 61 4B 0 1A E2 5F 26
Octal 5 57 274 141 113 0 32 342 137 46
Binary 101 101111 10111100 1100001 1001011 0 11010 11100010 1011111 100110

Color Harmonies of #052FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052FBC

Black with #052FBC

Text Example


Text Example

White with #052FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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