Html Css Color HEX #0023BC International Klein Blue

📋 copy color: '#0023BC'

red 0 ◦ green 35 ◦ blue 188

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

Shades of International Klein Blue #0023BC

Tints of International Klein Blue #0023BC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 15.7%
B = 84.3%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0023BC (or 0x0023BC) is known color: International Klein Blue. HEX triplet: 00, 23 and BC. RGB value is (0,35,188). Sum of RGB (Red+Green+Blue) = 0+35+188=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 188 (73.83% from 255 or 84.30% from 223); Max value from RGB is 188 - color contains mainly: blue. Hex color #0023BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0023BC is #FFDC43. Grayscale: #292929. Windows color (decimal): -16768068 or 12329728. OLE color: 12329728.

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

Color convert

RGB 0 35 188 -
CMYK 1 0.81 0 0.26
HSL 228.83º 1% 0.37% -
HSV(B) 228.83º 1% 0.74% -
XYZ 9.68 4.83 48 -
YUV 41.98 210.4 98.06 -
System Red Green Blue C M Y K H S L
Decimal 0 35 188 1 0.81 0 0.26 228.83 1 0.37
Hex 0 23 BC 64 51 0 1A E5 64 25
Octal 0 43 274 144 121 0 32 345 144 45
Binary 0 100011 10111100 1100100 1010001 0 11010 11100101 1100100 100101

Color Harmonies of #0023BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0023BC

Black with #0023BC

Text Example


Text Example

White with #0023BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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