Html Css Color HEX #0423BC International Klein Blue

📋 copy color: '#0423BC'

red 4 ◦ green 35 ◦ blue 188

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

Shades of International Klein Blue #0423BC

Tints of International Klein Blue #0423BC

RGB

 RED value IS 4 (1.95% from 255) = 1.76%

 GREEN value IS 35 (14.06% from 255) = 15.42%

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

R = 1.76%
G = 15.42%
B = 82.82%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0423BC (or 0x0423BC) is known color: International Klein Blue. HEX triplet: 04, 23 and BC. RGB value is (4,35,188). Sum of RGB (Red+Green+Blue) = 4+35+188=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 188 (73.83% from 255 or 82.82% from 227); Max value from RGB is 188 - color contains mainly: blue. Hex color #0423BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0423BC is #FBDC43. Grayscale: #2A2A2A. Windows color (decimal): -16505924 or 12329732. OLE color: 12329732.

HSL color Cylindrical-coordinate representation of color #0423BC: hue angle of 229.89º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0423BC is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 35 188 -
CMYK 0.98 0.81 0 0.26
HSL 229.89º 0.96% 0.38% -
HSV(B) 229.89º 0.98% 0.74% -
XYZ 9.73 4.86 48 -
YUV 43.17 209.73 100.06 -
System Red Green Blue C M Y K H S L
Decimal 4 35 188 0.98 0.81 0 0.26 229.89 0.96 0.38
Hex 4 23 BC 62 51 0 1A E6 60 26
Octal 4 43 274 142 121 0 32 346 140 46
Binary 100 100011 10111100 1100010 1010001 0 11010 11100110 1100000 100110

Color Harmonies of #0423BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0423BC

Black with #0423BC

Text Example


Text Example

White with #0423BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0423BC; }

 p { color: rgb(4,35,188); }

 H1.HeaderClassName
 {
   color: #0423BC;
 }
 .AnyTagClassName
 {
   color: #0423BC;
 }
</style>

background-color css

<style>
 a { background-color: #0423BC; }

 a { background-color: rgb(4,35,188); }

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

border-color css

<style>
 span { border-color: #0423BC; }

 span { border-color: rgb(4,35,188); }

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