Html Css Color HEX #0232BF International Klein Blue

📋 copy color: '#0232BF'

red 2 ◦ green 50 ◦ blue 191

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

Shades of International Klein Blue #0232BF

Tints of International Klein Blue #0232BF

RGB

 RED value IS 2 (1.17% from 255) = 0.82%

 GREEN value IS 50 (19.92% from 255) = 20.58%

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

R = 0.82%
G = 20.58%
B = 78.6%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0232BF (or 0x0232BF) is known color: International Klein Blue. HEX triplet: 02, 32 and BF. RGB value is (2,50,191). Sum of RGB (Red+Green+Blue) = 2+50+191=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 191 (75% from 255 or 78.60% from 243); Max value from RGB is 191 - color contains mainly: blue. Hex color #0232BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0232BF is #FDCD40. Grayscale: #333333. Windows color (decimal): -16633153 or 12530178. OLE color: 12530178.

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

Color convert

RGB 2 50 191 -
CMYK 0.99 0.74 0 0.25
HSL 224.76º 0.98% 0.38% -
HSV(B) 224.76º 0.99% 0.75% -
XYZ 10.57 6.06 49.9 -
YUV 51.72 206.6 92.54 -
System Red Green Blue C M Y K H S L
Decimal 2 50 191 0.99 0.74 0 0.25 224.76 0.98 0.38
Hex 2 32 BF 63 4A 0 19 E1 62 26
Octal 2 62 277 143 112 0 31 341 142 46
Binary 10 110010 10111111 1100011 1001010 0 11001 11100001 1100010 100110

Color Harmonies of #0232BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0232BF

Black with #0232BF

Text Example


Text Example

White with #0232BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,50,191); }

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

background-color css

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

 a { background-color: rgb(2,50,191); }

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

border-color css

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

 span { border-color: rgb(2,50,191); }

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